摘要: 作为一个viewController(VC),想要消失的时候可以从parent VC里面调用dismissModalViewControllerAnimated来消去改VC,也可以在该VC里面手动调用self dismissModalViewControllerAnimated:YES来消去自己。 ... 阅读全文
posted @ 2015-12-08 16:44 飘金 阅读(1849) 评论(0) 推荐(0) 编辑
摘要: #define UIColorFromHEX(rgbValue) [UIColor \colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \green:((float)((rgbValue & 0xFF00) >> 8))/255.0 ... 阅读全文
posted @ 2015-12-08 11:49 飘金 阅读(412) 评论(0) 推荐(0) 编辑
摘要: -(IBAction)onTest:(id)sender{BlockDemo*demo=[[BlockDemoalloc]init];__weaktypeof(BlockDemo)*weakDemo=demo;[demosetExecuteFinished:^{if(weakDemo.resultC... 阅读全文
posted @ 2015-12-08 11:25 飘金 阅读(225) 评论(0) 推荐(0) 编辑