摘要: 一、NSOperation NSOperation和NSOperationQueue实现多线程的具体步骤 先将需要执行的操作封装到一个NSOperation对象中 然后将NSOperation对象添加到NSOperationQueue中 系统会自动将NSOperationQueue中的NSOpera 阅读全文
posted @ 2016-04-22 14:36 Chaos_G 阅读(849) 评论(0) 推荐(0)