开发者

What kind of loading screen should I have

开发者 https://www.devze.com 2023-01-19 02:40 出处:网络
I\'m making a navigation based application.When the user selects a row on the table view, it goes to the next table. However, depending on how many entries are on the table view, this can be instantan

I'm making a navigation based application. When the user selects a row on the table view, it goes to the next table. However, depending on how many entries are on the table view, this can be instantaneous, or it can take a while.

Something needs to b开发者_开发百科e shown to the user that the program is working and is not frozen. I was thinking of bringing up a different view with a progress bar on it, but that won't be useful for situations when the next table will load immediately.

I was also thinking of overlaying some kind of progress meter on top of the first table, but instead of a bar it's a circle. Is that possible?

What's the best way to handle this?


Take a look at this example http://github.com/matej/MBProgressHUD. Hope it helps.

0

精彩评论

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