Filter NSMutableDictionary data in UITableView
问题 I need to filter data in UITableview by text entered in UISearchbar . I followed this example but there data in NSMutableArray and I can't alter it under my requirements. My data is NSMutableDictionary . I'm stuck on this for long time. My data: NSArray *documentPaths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); NSString *path = [[documentPaths lastObject] stringByAppendingPathComponent:@"data.plist"]; NSDictionary *dict = [NSDictionary