I'm using the RestKit library to load json from my REST services, and then mapping the data to an object.
If I apply that retrieved object as the datasource, the tableview datasource methods run before the json is downloaded, which leaves [list count] at 0.
Now, how do I prevent the table from loading or refresh the table when the json is retrieved?