开发者

MGTwitterEngine and Table View

开发者 https://www.devze.com 2023-02-03 00:33 出处:网络
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 dic

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

精彩评论

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