摘要:
iOS进阶书籍 https://github.com/summerHearts/iOS-Books https://github.com/summerHearts/iOS-Books 阅读全文
阅读排行榜
IOS--技巧--制作和使用静态库
2014-08-13 11:47 by doudo, 182 阅读, 收藏,
摘要:
首先感谢原文的作者,翻译出这么详细的文章.原文地址:http://www.cocoachina.com/applenews/devnews/2013/1204/7468.html.本文由 Migrant [博客]翻译自Creating a Static Library in iOS Tutorial... 阅读全文
IOS--方法积累
2014-11-02 20:51 by doudo, 175 阅读, 收藏,
摘要:
1.计算两个日期之间相差几天几小时几分钟 NSDateFormatter *dateFormatter=[[NSDateFormatter alloc] init];[dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"];NSDate * send... 阅读全文
iOS--Runtime之一--类与对象
2017-06-12 11:32 by doudo, 174 阅读, 收藏,
摘要:
一、 1.暂记录 + (Class)class { return self; } - (Class)class { return object_getClass(self); } Class object_getClass(id obj) { if (obj) return obj->getIsa( 阅读全文
IOS--常用控件--UIView
2015-01-29 20:18 by doudo, 171 阅读, 收藏,
摘要:
1.使当前view被唯一触摸。[self.mineButton setExclusiveTouch:YES]; 阅读全文
浙公网安备 33010602011771号