ActivityIndicator (inactive screen & moving loaderbar)

You must Login before you can answer or comment on any questions.

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 :)

— asked 9 months ago by Jakub Ch
0 Comments

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!