代码改变世界

阅读排行榜

swift开发笔记07

2017-08-09 18:18 by dengchaojie_learner, 134 阅读, 收藏,
摘要: // 监听通知 NotificationCenter.default.addObserver(self, selector: #selector(LibraryAPI.downloadImage(_:)), name: NSNotification.Name(rawValue: downloadIm 阅读全文

思考

2015-08-19 21:14 by dengchaojie_learner, 134 阅读, 收藏,
摘要: @property (retain, nonatomic) IBOutlet UITableView *bluetoothDeviceTable;@synthesize lblError;为什么@synthesizeViewController.mm- (void)viewDidUnload - (... 阅读全文

instancetype

2015-08-19 20:59 by dengchaojie_learner, 134 阅读, 收藏,
摘要: +(instancetype)settingCellWithTableView:(UITableView *)tableView;2点好处:1、防止返回的类型不匹配;2、防止调用不是自己的方法(报错:找不到调用的方法)面试问:id和instancetype的区别:instancetype更严谨 阅读全文

appstore

2017-05-26 11:16 by dengchaojie_learner, 133 阅读, 收藏,
摘要: 阅读全文

他人的技术博客

2018-05-14 08:47 by dengchaojie_learner, 132 阅读, 收藏,
摘要: http://blog.leichunfeng.com/blog/archives/ 雷纯锋的技术博客 阅读全文
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 54 下一页