Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚观看了一个关于并发和 UIKit 的 WWDC 2012 视频,它展示了如何在后台线程上渲染图像。基本上不是使用 drawRect,而是将上下文转换为后台线程中的图像,然后显示它.
我想用核心文本达到相同的结果..这可能吗?