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
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.