Created
December 13, 2016 03:02
-
-
Save omayib/f31254b7491fd6b2adb53a6adda984e3 to your computer and use it in GitHub Desktop.
Put the UILoadingView adapter into specific class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class LoginVC: UIViewController, UILoadingView{ | |
func anyProcessNeedToShowLoadingView(){ | |
showLoadingWithLabel(subtitle: "please wait...") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment