I have a NSDictionary which im iterating and Im saving the datas to core data as follows,
NSDictionary *details = [valueDict objectForKey:@\"shipment_master\"];
There is no order in NSMutableDictionary If you want to use it you may use it by storing keys into an NSArray then iterate it and fetch its relevant values you want to use. Hope it works for you :)
NSMutableDictionary
NSArray