iPhone应用开发演示 iPhone-Poly-Demo

码农软件 · 软件分类 · 手机开发包 · 2019-05-07 14:29:45

软件介绍

该程序只是为了验证 iPhone 的应用程序开发,学习 iPhone 的开发人员不妨看看。该项目主要包含 iPhone 的一些编程概念包括:

  1. MVC patterns: this application uses the Interface Builder and an MVC approach to modeling a polygon shape.
  2. Custom UIViews and Drawing: Using Quartz2D, this program renders a polygon based on user actions. This is done using a child of the UIView class and overriding the drawRect: method.
  3. Animation: using an NSTimer this application animates the active polygon. This uses the Affine transforms in Quartz2D.
  4. Multi-touch: detects swipes to allow the user to speed up or slow down the spinning of the animated polygon.

本文地址:https://codercto.com/soft/d/5222.html

PHP Cookbook

PHP Cookbook

Adam Trachtenberg、David Sklar / O'Reilly Media / 2006-08-01 / USD 44.99

When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is now more popular than Microsoft's ASP.NET technology......一起来看看 《PHP Cookbook》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码