本文介绍了NSOperation在iPhone上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在寻找一些具体的场景,当 NSOperation 在iPhone是一个理想的工具,在应用程序中使用。对我的理解,这是一个包装,写你自己的线程代码。我没有看到任何使用它的苹果演示应用程序,我想知道如果我错过了一个伟大的工具,而不是使用 NSThread

I've been looking for some concrete scenarios for when NSOperation on the iPhone is an ideal tool to use in an application. To my understanding, this is a wrapper around writing your own threaded code. I haven't seen any Apple demo apps using it, and I'm wondering if I'm missing out on a great tool instead of using NSThread.

这里的理想解决方案是描述 NSOperation 的用例场景,以及如何使用它来解决你的问题)。

The ideal solution here would be to describe a use-case scenario for NSOperation and how you would use it to solve your problem(s).

推荐答案

Cocoa是我的女朋友有一个。

这篇关于NSOperation在iPhone上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 20:45