随笔分类 - iphone动画
iphone动画相关
摘要:controller里做翻转动画1.UIModalTransitionStyleFlipHorizontal比如:自定FlipViewController,和nib文件FlipView在调用的controller里实现以下程序FlipViewController *controller = [[FlipViewController alloc] initWithNibName:@"FlipView" bundle:nil]; controller.delegate = self; controller.modalTransitionStyle = UIModalTransi
阅读全文
摘要:先在自定义的ViewController里声明定义一个UIImageView1 @property (nonatomic,retain) UIImageView *imgView;1 @synthesize imgView;在viewDidLoad函数里添加图片,并执行组合动画 1 //添加图片 2 imgView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"Icon@2x.png"]]; 3 imgView.frame = CGRectMake(100, 100, imgView.frame.si.
阅读全文
posted @ 2012-02-10 15:14
月光的尽头

浙公网安备 33010602011771号