摘要: 1 #import "HUAppDelegate.h" 2 3 @implementation HUAppDelegate 4 5 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(N... 阅读全文
posted @ 2014-12-17 21:37 红红de 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 1 #import "HUAppDelegate.h" 2 3 @implementation HUAppDelegate 4 5 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(N... 阅读全文
posted @ 2014-12-17 21:09 红红de 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1.UIView 动画可以传递参数的地方有三个:1 + (void)beginAnimations:(NSString *)animationID context:(void *)context2 3 + (void)setAnimationWillStartSelector:(SEL)sel... 阅读全文
posted @ 2014-12-17 20:34 红红de 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 首先是使用定时器制作的火焰动画效果 1 #import "FireViewController.h" 2 3 @implementation FireViewController 4 5 - (void)viewDidLoad 6 { 7 [super viewDidLoad]; 8 ... 阅读全文
posted @ 2014-12-17 19:42 红红de 阅读(415) 评论(0) 推荐(0) 编辑