Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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?

Just saw this old answer of mine needed an update: It is allowed to talk about NSFetchedResultsController now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top