vote up 5 vote down star
2

Why isn't there NSArrayController for the iPhone? Will there ever be an NSArrayController for the iPhone?

flag

2 Answers

vote up 19 vote down check

Why isn't there NSArrayController for the iPhone?

Because it's part of the Application Kit. The iPhone doesn't have Application Kit; it has UIKit instead.

Also, it exists on the Mac to complement Bindings, which doesn't exist on the iPhone.

Will there ever be an NSArrayController for the iPhone?

Ask Apple. Better yet, file an enhancement request. File one for Bindings while you're at it, since there's not much point in having NSArrayController without it.

link|flag
vote up 2 vote down

While it is not the same as NSArrayController, NSFetchedResultsController serves many of the same purposes.

Of course, we're not allowed to talk about NSFetchedResultsController yet, but I wonder what would happen if you searched the Apple docs for it?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.