rootstrap / ios-base

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

Generic Spinner logic #24

Closed glm4 closed 7 years ago

glm4 commented 7 years ago
  1. Using single spinner (activity indicator): -Spinner will be accessible through the AppDelegate. -Added UIHelper method to initialize custom spinners. -Added methods in UIViewController and UIVIew extensions to show/hide the spinner.

  2. Fixed some indentation issues.

  3. Added helpful String extension to localize.