Working with fetched request sort descriptors
问题 I have problem with my sort descriptor. I am fetching a ranking of a football club. This is how my webservice gives the data back. "ranking": [ { "type": "competitie", "position": "1", "name": "Club Brugge", "gamesPlayed": "10", "gamesWon": "6", "gamesTied": "4", "gamesLost": "0", "goalsPos": "25", "goalsNeg": "12", "goalsDiff": 13, "points": "22" } Here is my fetch request. - (void)getKlassement // attaches an NSFetchRequest to this UITableViewController { NSFetchRequest *request =