2015年10月14日

BLOCK 死循环

摘要: __weaktypeof(self)weakSelf=self;myObj.myBlock=^{__strongtypeof(self)strongSelf=weakSelf;if(strongSelf){[strongSelfdoSomething];//strongSelf!=nil//pree... 阅读全文

posted @ 2015-10-14 21:33 景树园 阅读(236) 评论(0) 推荐(0)

CABasicAnimation 使用

摘要: 1. 基本使用 UIView * view = [[UIView alloc]initWithFrame:CGRectMake(50, 50, 50,50)]; view.backgroundColor = [UIColor orangeColor]; [self.view addSubview... 阅读全文

posted @ 2015-10-14 10:36 景树园 阅读(199) 评论(0) 推荐(0)

导航