I display a view, and the data to populate one of the picker views comes down over the network after the app has loaded the view, so the picker view gets passed null so shows no items to pick from.
Is there away I can tell the UI to reload?
The view hierarchy is
Tabbar->Navbar->scrollview->Pickerviewcontroller
If the above is relevant.
You can use NSNotificationCenter to post a notification to update the picker when the data has finished loading
Create the notification
Post the notification