教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
大数据
手机开发包
iPhone-Poly-Demo
iPhone-Poly-Demo
- iPhone应用开发演示
手机开发包
授权协议:
未知
操作系统:
iOS
开发语言:
软件简介
该程序只是为了验证 iPhone 的应用程序开发,学习 iPhone 的开发人员不妨看看。该项目主要包含 iPhone 的一些编程概念包括:
MVC patterns
: this application uses the Interface Builder and an MVC approach to modeling a polygon shape.
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.
Animation
: using an NSTimer this application animates the active polygon. This uses the Affine transforms in Quartz2D.
Multi-touch
: detects swipes to allow the user to speed up or slow down the spinning of the animated polygon.
软件首页