随笔分类 -  iOS 动画

摘要:- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ NSLog(@"旭宝爱吃鱼"); UIImageView * imageView = [[UIImageView alloc]init]; NSMutableArray * animationArray = [N... 阅读全文
posted @ 2016-04-04 16:43 旭宝爱吃鱼 阅读(1133) 评论(0) 推荐(0)
摘要:1 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ 2 UIView * view = [[UIView alloc]initWithFrame:CGRectMake(100, 100, 100, 100)]; 3 view.backgroundColor = [UIColor orange... 阅读全文
posted @ 2016-04-04 16:29 旭宝爱吃鱼 阅读(360) 评论(0) 推荐(0)
摘要:首尾式动画 首尾式动画即通过实现控件由初始状态到结束状态的过程。(主要表现在控件的Frame 透明度 ) 阅读全文
posted @ 2016-04-04 13:30 旭宝爱吃鱼 阅读(349) 评论(0) 推荐(0)