Start a new topic

Populate from Viewdidload

I'm trying to query and return results in the ViewDidLoad method. I wanted to know if you had any examples or advice where I could populate a view (tableview) based on information retrieved in the ViewDidLoad method. I want to know how to deal with the asynchronous call for the data.



Sidenote: The data from the backend is present but not available at the time the view is populated.

1 Comment

Roscoe,

Please take a look at the StatusShare sample app:
http://devcenter.kinvey.com/ios/samples/statusshare

Especially at the “updateList” function in the UpdatesViewController.m - it does something similar.

Thanks,
Pranav
Kinvey Support

 

Login or Signup to post a comment