2014年4月15日

摘要: 相关介绍请看:github :https://github.com/ReactiveCocoa/ReactiveCocoainfoQ:http://www.infoq.com/cn/articles/reactivecocoa-ios-new-develop-frameworkReactiveCoc... 阅读全文
posted @ 2014-04-15 23:06 tinkl 阅读(722) 评论(0) 推荐(0)
摘要: http://blog.leezhong.com 阅读全文
posted @ 2014-04-15 22:56 tinkl 阅读(244) 评论(0) 推荐(0)
摘要: GDB,IDE是大多数hackers的首选,阻止GDB依附到应用的常规办法是: 1. #import 2. 3. int main(int argc, charchar *argv[]) 4. { 5. #ifndef DEBUG 6. ptr... 阅读全文
posted @ 2014-04-15 22:54 tinkl 阅读(291) 评论(0) 推荐(0)
摘要: Object Encoding and Decoding with NSSecureCoding Protocol [iOS developer:tips]; 阅读全文
posted @ 2014-04-15 22:52 tinkl 阅读(1495) 评论(0) 推荐(0)
摘要: Apple 官网介绍NSAssert 的定义如下:#define NSAssert(condition, desc, ...) \do { \__PRAGMA_PUSH_NO_EXTRA_ARG_WARNINGS \if (!(condition)) { \ ... 阅读全文
posted @ 2014-04-15 22:47 tinkl 阅读(461) 评论(0) 推荐(0)
摘要: 在ios开发中大家用到更多的集合类可能是像NSSet或者NSDictionary,NSArray这样的。这里要介绍的是更少人使用的两个类,一个是NSMapTable,另一个是NSHashTable。NSHashTableNSHashTable看上去就像NSSet的替代品,对比NSSet/NSMuta... 阅读全文
posted @ 2014-04-15 22:44 tinkl 阅读(1227) 评论(0) 推荐(0)
摘要: qi前言:写一个宏来选择性地编译与运行为不同iOS所写的代码来支持多个版本的ios工程#if __IPHONE_OS_VERSION_MIN_REQUIRED #import "xxxxxxxx ios7以下版本"#else #import "xxxxxxxx 比如ios7以上版本"#e... 阅读全文
posted @ 2014-04-15 22:42 tinkl 阅读(898) 评论(0) 推荐(0)

导航