Hi Guys,
I would like to create ActivityIndicator (iOS) the same like this one: Camera+
To be more detailed:
- Whole screen is inactive (you can't push any buttons);
- Loaderbar is moving, while loading content from web;
Is it possible ? Sample code welcome :)
1 Answer
You'd need to create a ProgressBar not an ActivityIndicator to do this. Also, to make all the buttons inaccessible, you could just overlay a full screen semi-transparent image over the screen and add the ProgressBar to that view.
Your Answer
Think you can help? Login to answer this question!