Closed glm4 closed 7 years ago
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.
AppDelegate
UIHelper
UIViewController
UIVIew
Fixed some indentation issues.
Added helpful String extension to localize.
String
Using single spinner (activity indicator): -Spinner will be accessible through the
AppDelegate
. -AddedUIHelper
method to initialize custom spinners. -Added methods inUIViewController
andUIVIew
extensions to show/hide the spinner.Fixed some indentation issues.
Added helpful
String
extension to localize.