mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 305 forks source link

Is it possible to show indetermination view without overlay, so users can interact with some special logic views? #121

Closed melochale closed 8 years ago

melochale commented 8 years ago

Sometimes we want to show some indetermination views to tell user something is loading but you can interact with the app.

mrackwitz commented 8 years ago

You can just use the indeterminate activity indicator separately without the full dialog. Alternatively you can show the dialog just above a specific view, which doesn't hide the controls, your users should be still able to interact with.

melochale commented 8 years ago

Thanks for your suggestions. I will try that.