How to show a modal progess bar with code only
I am using Phonegap to create my app. I am downloading a file from the server with a plugin and want to have a layer show over the webview that has 50% alpha to show the webview below and have a progress bar and label to show the progress of the download. This is all being created dynamically with objective c.
Thanks
|