摘要:
-(void)daojishi{ __weak typeof(self) weakSelf = self; __block int timeout=60; //倒计时时间 dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEU 阅读全文
摘要:
一、设置UILabel的属性attributedText(NSMutableAttributedString) NSString *testStr = @"测试"; UILabel *testLab = ...(实例对象) 一、设置UILabel的属性attributedText(NSMutable 阅读全文
摘要:
调用代理方法的返回的是每个section的headerView,而tableview 的tableHeaderView是tableview的顶部。就是说tableHeaderView只有一个,而headerView可以有多个~ 阅读全文
摘要:
阅读全文
摘要:
http://www.jianshu.com/p/6acad14cf3c9 阅读全文
摘要:
点击项目名,修改后 敲 回车键 后 跳出 如下图,点击 Rename: 后点击 Enable: 后 如下图所示点击 Manage Schemes... : 后 如下图所示 修改名字: 修改后,点击OK即可。 阅读全文
摘要:
http://www.cnblogs.com/YouXianMing/p/3989155.html 阅读全文
摘要:
uncaught exception 'NSInternalInconsistencyException, reason:[UITableViewController loadView] loaded the "Controller" nib but didn't get a UITableView 阅读全文
摘要:
1.IBAction:1> 能保证方法可以连线2> 相当于void2.IBOutlet:1> 能保证属性可以连线3.常见错误setValue:forUndefinedKey:]: this class is not key value coding错误原因是:连线出问题了4.Xcode5开始的一些建 阅读全文