rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
258 stars 63 forks source link

Fix activity indicator not showing #148

Closed germanStabile closed 4 years ago

germanStabile commented 4 years ago

Add ActivityIndicatorPresenter protocol. Show and hide activity indicator in every ViewController that does requests

Proposed solution for: #147

germanStabile commented 4 years ago

I'd prefer a solution where you don't have to add anything to the controllers

To be honest: this was the temporal solution I implemented in a project so I didn't research other approaches.

But is the controllers job to display indicators so not sure if a completely automatagic approach would be the best for a template project.