摘要: This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause a 阅读全文
posted @ 2016-03-18 16:12 小眼奇遇记 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 可以有两个办法让NSURLConnection在子线程中运行,即将NSURLConnection加入到run loop或者NSOperationQueue中去运行。 前面提到可以将NSTimer手动加入NSRunLoop,Cocoa库也为其它一些类提供了可以手动加入NSRunLoop的方法,这些类有 阅读全文
posted @ 2016-03-18 10:42 小眼奇遇记 阅读(198) 评论(0) 推荐(0) 编辑