iphone - how to read the cllocation data before the tableview data in the same view? -


I want the clolation parameter in the first app and then print it, and then put it in the same view controller file Want to see

I'm calling startupdatinglocation in initwithnibname and table view viewdidload but the contents of the table view are already coming and then my value of the closing in the console.

You can not, and you should not try.

Just call [self.tableView reloadData] in your representative method where CLLocation is back.


Comments