Skip to content

Instantly share code, notes, and snippets.

@Cariosvertel
Last active December 14, 2020 10:23
Show Gist options
  • Save Cariosvertel/df253e3259a1048505a5ec5d68ffb894 to your computer and use it in GitHub Desktop.
Save Cariosvertel/df253e3259a1048505a5ec5d68ffb894 to your computer and use it in GitHub Desktop.
#macfit #code

Welcome Screen methods to be overriden

protocol PKWelcomeScreenDataSource{
  func backgroundImage()->UIImage
  func appIcon()->UIImage
  // When this method is called, please make all needed customization
  // such as border definition, font for title, background color
  func onSignupButtonInitiated(_ button:UIButton)
// When this method is called, please make all needed customization
  func onLoginButtonInitiated(_ button:UIButton )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment