Skip to content

Instantly share code, notes, and snippets.

@omayib
Created December 13, 2016 03:02
Show Gist options
  • Save omayib/f31254b7491fd6b2adb53a6adda984e3 to your computer and use it in GitHub Desktop.
Save omayib/f31254b7491fd6b2adb53a6adda984e3 to your computer and use it in GitHub Desktop.
Put the UILoadingView adapter into specific class
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