摘要:
先在自定义的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
月光的尽头
阅读(13668)
评论(0)
推荐(0)

浙公网安备 33010602011771号