I'm trying to create some kind of "Top 25" list in my app. I've used NSPredicate to filter the contents of the array controller but I want to limit the number of the results to just 25 objects. How could I do that?
|
|
|
|
|
|
|
Another strategy would be to subclass NSArrayController and override arrangedObjects to return something like |
||
|
|
|
|
Add sort descriptors to the same array controller, set its selection indexes to the range |
||
|
|
