代码改变世界

阅读排行榜

swift开发笔记22_HonoluluArt

2017-12-27 13:53 by dengchaojie_learner, 138 阅读, 收藏,
摘要: MapKit if 条件1,条件2,条件3 {} switch discipline { case 条件1,条件2 : } do { try <#throwing expression#> } catch <#pattern#> { <#statements#> } MKMapView MKPinA 阅读全文

重:将好用的控件,上次github,

2018-01-08 22:16 by dengchaojie_learner, 137 阅读, 收藏,
摘要: lable,textField,在简书上写文章试试 阅读全文

代码最小的改动 适配 iphone x

2017-12-14 21:11 by dengchaojie_learner, 137 阅读, 收藏,
摘要: http://blog.csdn.net/fzhlee/article/details/78455339 // 状态栏(statusbar) CGRect StatusRect = [[UIApplication sharedApplication] statusBarFrame]; //标题栏 C 阅读全文

iOS单例模式

2017-11-10 15:52 by dengchaojie_learner, 137 阅读, 收藏,
摘要: +(HRTNetworking *)shareHRTNetworking { static HRTNetworking *_sharedClient = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ _shar 阅读全文

游戏化 - 非游戏应用的救星

2017-12-13 15:49 by dengchaojie_learner, 136 阅读, 收藏,
摘要: https://mp.weixin.qq.com/s/6JMeG0sY1CIh5T79ilWtJA 阅读全文
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 54 下一页