Quote:
Originally Posted by eddietr
No, view controllers get a *reference* to an array controller from the app delegate. Once the reference is obtained, they use the array controller directly. The array controller is a proxy to the actual array.
Mmmm.... I understand.
Well, sorting is tricky when not all of the objects have yet been downloaded or if they've been removed from RAM temporarily due to memory constraints. So I leave that up to the controller. (not the vc)
OK!
That's cool. I wrote down some ideas on how to generalize this. It might start as a tutorial and then grow into something that could be reused.
|
Bring it! The offer to help stands!