开发者

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

i want the cllocation p开发者_如何学编程arameter first in the app and then print it,and then want the talbe view content in the same viewcontroller file.

i am calling the startupdatinglocation in the initwithnibname and table view viewdidload but content of table view is coming first and then my value of cllocation in console.


You can't, and you shouldn't try.

Just call [self.tableView reloadData] in your delegate method where CLLocation is returned.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜