Pacu
Pacu

Reputation: 1985

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 advance.

Upvotes: 0

Views: 153

Answers (1)

James J
James J

Reputation: 6458

I believe it is.

Availability

Available in iOS 2.0 and later.

Upvotes: 1

Related Questions