开发者

MGTwitterEngine and Table View

I am using MGTwitter开发者_如何学GoEngine for my iphone application. I instantiated a TwitterEngine object call some Twitter API function (like getting Status). The problem is: I am getting parsed dictionary object at the delegate method after some time where my table view is set already. How can I refresh the table view or how I can make sure that I have the data before table view is loaded?


[myTableView reloadData];

This will reload myTableView. After getting the data update your data source for the table view and send reloadData message to the table view. It will be refreshed.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜