I\'m trying to make sections in a table view based on the alphabet and sort my entries alphabetically under these sections.
I have collected the first letter in every en
Sorry, I didnt notice you had a NSArray of NSDictionaries.
Read this thread: Using NSPredicate to filter an NSArray based on NSDictionary keys
When you use NSDictionary, you should check by its Key... I'm not sure you're using the right approach!
I would do something like: @implementation Word : NSObect { NSString *title; }
then I would create a NSArray of Words and filter on them with: @"title beginswith[c] %@"