当 NSOperationQueue 正在运行其任务时,主线程不响应
我使用 NSOperationQueue
在后台创建 UIImage
,
创建图像后,主线程会收到通知并将图像设置为视图。
虽然它可以工作,但主线程在 NSOperationQueue 工作时没有像我希望的那样响应。
这里使用线程的目的是让 UI 响应用户交互。
我在这里错过了什么吗?
I use NSOperationQueue
to create UIImage
s in the background,
upon image creation, main thread gets notified and set the image to a view.
While it works and all, main thread is not responding as I hoped while the NSOperationQueue
is working.
The point of using thread here is to let UI be responsive to user interactions.
Am I missing something here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查使用单个参数调用线程
check Invoking thread with a single parameter