开发者

Activity Indicator question

My app main view is a tableview with several rows that can be drilled down.

When a row is clicked, I fetch the sub items using core data which could take a fraction of a second to several long seconds depending on how much items are fetched. (0 to thousands)

Pla开发者_如何学Pythoncing activity indicator when fetch takes long time is a great UI while placing it for just one short moment isn't look so good...

What is the common solution for this issue?


You might wanna look at MBProgressHUD http://www.cocoadev.com/index.pl?MBProgressHUD This is a sweet Solution for your issue.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜