摘要: 1 #import "HUAppDelegate.h" 2 3 @implementation HUAppDelegate 4 5 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(N... 阅读全文
posted @ 2014-12-17 21:37 红红de 阅读(277) 评论(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 阅读(160) 评论(0) 推荐(0)
摘要: 1.UIView 动画可以传递参数的地方有三个:1 + (void)beginAnimations:(NSString *)animationID context:(void *)context2 3 + (void)setAnimationWillStartSelector:(SEL)sel... 阅读全文
posted @ 2014-12-17 20:34 红红de 阅读(354) 评论(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 阅读(435) 评论(0) 推荐(0)