开发者

Is NSOperation available on iOS sdk 3.2?

开发者 https://www.devze.com 2023-02-06 18:53 出处:网络
I\'m developing an app that needs a real boost from multi-threading features like NSOperation provides. I\'m worried about not being able to provide my app to the iOS 3.2 user base. So my question is

I'm developing an app that needs a real boost from multi-threading features like NSOperation provides. I'm worried about not being able to provide my app to the iOS 3.2 user base. So my question is basically that. Is NSOperation available on iOS sdk 3.2? If not, is it possible to make it available by linking the library?

thanks in advanc开发者_开发技巧e.


I believe it is.

Availability

Available in iOS 2.0 and later.

0

精彩评论

暂无评论...
验证码 换一张
取 消