Skip to content

Instantly share code, notes, and snippets.

@vinthewrench
Created August 30, 2019 17:00
Show Gist options
  • Save vinthewrench/8fff6bfd28ac9daf4be77ea647c7d8f4 to your computer and use it in GitHub Desktop.
Save vinthewrench/8fff6bfd28ac9daf4be77ea647c7d8f4 to your computer and use it in GitHub Desktop.
Creating or Signing-In to a User Account
let setupVC =
ZDCManager.uiTools().accountSetupViewController(withInitialViewController:nil,
canDismissWithoutNewAccount:true)
{ ( localUserID:String?, completedActivation:Bool, shouldBackupAccessKey:Bool) in
// .. do something with new localUserID
}
// push the setupVC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment