摘要: UILabel * label =[[UILabel alloc]initWithFrame:CGRectMake(100, 200, 100, 100)]; label.backgroundColor=[UIColor cyanColor]; [self.view addSubview:labe... 阅读全文
posted @ 2015-09-09 21:55 斌哥骑猿看唱本 阅读(203) 评论(0) 推荐(0)
摘要: CATransition :转场动画 翻转动画@interface ViewController ()- (IBAction)previous:(UIButton *)sender;- (IBAction)next:(UIButton *)sender;@property (strong, nona... 阅读全文
posted @ 2015-09-09 20:37 斌哥骑猿看唱本 阅读(205) 评论(0) 推荐(0)
摘要: CABasicAnimation 基础动画#define radin(angle) (M_PI*(angle)/180) //定义自己需要的弧度@interface ViewController ()@property(nonatomic,strong)CALayer *layer;@prop... 阅读全文
posted @ 2015-09-09 17:45 斌哥骑猿看唱本 阅读(283) 评论(0) 推荐(0)
摘要: 设置UIview的动画属性 //边框宽度 self.ouroleView.layer.borderWidth=10; //边框颜色 self.ouroleView.layer.borderColor=[UIColor blueColor].CGColor; ... 阅读全文
posted @ 2015-09-09 11:49 斌哥骑猿看唱本 阅读(166) 评论(0) 推荐(0)