Is NSOperation available on iOS sdk 3.2?
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.
精彩评论