摘要: /创建缩小了的视图myWeiBoImageVC = [[UIViewController alloc] init];myWeiBoImageVC.view.clipsToBounds = YES;myWeiBoImageVC.view.alpha = 0.0;myWeiBoImageVC.view.... 阅读全文
posted @ 2014-08-31 18:34 codeTao 阅读(4590) 评论(0) 推荐(0) 编辑
摘要: ios4 设备上最好就不要使用 ARC。。。strong,weak 用来修饰属性。strong 用来修饰强引用的属性;@property (strong) SomeClass * aObject;对应原来的@property (retain) SomeClass * aObject; 和 @prop... 阅读全文
posted @ 2014-08-31 18:22 codeTao 阅读(816) 评论(0) 推荐(0) 编辑