基础动画(二)
土鳖不土
sporting and coding
展开
-
小图标抖动
代码如下: #import "ViewController.h" /** *宏定义方法注意=======》(angle) * */ #define angle2radian(angle) ((angle) / 180.0 * M_PI) @interface ViewController () @property (weak, nonatomic) IBOutl原创 2015-02-08 23:21:40 · 499 阅读 · 0 评论 -
基础动画(二)
代码如下: #import "ViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UIView *redView; @end @implementation ViewController - (void)viewDidLoad {原创 2015-02-08 22:43:16 · 386 阅读 · 0 评论