I have an NSMutableDictionary (PerosnsListSections) and a class names Persons
NSMutableDictionary:
- Keys are letters like "a,b,m ..."
- Values are NSMutableArray -> NSMutableArray have objects of class Persons
Persons class: @property (assign,nonatomic) NSInteger pid; @property (strong,nonatomic) NSString *name;
Now i have PerosnsListSections displayed in UITableView as shown in the image

what I want to achieve is when user types in the search bar first i have to filter the section which is the first letter then to filter the names under that section.
Sorry for my bad English (: