could someone please refer me to a good tutorial on creating a transparent loading view with a UIActivityIndicator or UIProgressIndicator while data is being fetch to UITableView from a web service. I want the loading view to cover the whole screen up to the navigationBar.
could someone please refer me to a good tutorial on creating a transparent loading
Share
If I got your question correctly, you are looking for something like MBProgressHud. It’s an opensource project, which looks like the progresshud you sometimes see in iOS. I used it afew times and iht’s really great. With this approach you don’t have to write your own class to achieve this. 😉
Sandro Meier