开发者

Activity Indicator question

开发者 https://www.devze.com 2023-01-10 17:12 出处:网络
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 second

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

精彩评论

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