I want to do sorting for NSMutableDictionary values based on no of players?
Also i want to know how can i append static content with diffrent value like below
myDictionary = [NSMutableDictionary dictionary];
[myDictionary setValue:[NSNumber numberWithInt:10] forKey:@"no_of_players"];
[myDictionary setValue:[NSNumber numberWithInt:3] forKey:@"difficulty_level"];
[myDictionary setValue:[NSNumber numberWithInt:120]] forKey:@"duration_excercise"];
[myDictionary setValue:[NSNumber numberWithInt:1] forKey:@"Excercise_id"];
Thanks for any help