desc limit 50 equivalent in Core Data / NSPredicate

Viewed 12192

I'm working on an iPhone and I'm using Core Data as my store.

What I'd like to do is list the top 50 entities in descending order by their height.

I'm struggling to find out the syntax for the predicate.

1 Answers
Related