Creating a “loading…” view using iPhone SDK

后端 未结 7 1593
情歌与酒
情歌与酒 2021-02-01 08:57

How to create that black/gray modal popup kind of view that many apps use, when some long pending operation is in progress?

Like when using location based services, load

7条回答
  •  暖寄归人
    2021-02-01 09:24

    If you want to avoid undocumented api you can also take a look at MBProgressHUD. It's similar to UIProgressHUD and even has some additional features.

提交回复
热议问题