首页 > 编程语言 > 详细

uiimage可以在线程里处理

时间:2015-06-18 12:52:57      阅读:280      评论:0      收藏:0      [点我收藏+]

t is true that apple recommends using elements from the UIKIt on the main thread:

Note: For the most part, UIKit classes should be used only from an application’s main thread. This is particularly true for classes derived from UIResponder or that involve manipulating your application’s user interface in any way.

Since UIImage isn‘t derived from UIResponder, and you do not actually display it on the interface/screen. Then doing operations with UIImages on another thread should be safe.

This is however based on my experience, I haven‘t seen any official documentation about it.

uiimage可以在线程里处理

原文:http://www.cnblogs.com/studyNT/p/4585421.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!