Created
August 30, 2019 17:00
-
-
Save vinthewrench/8fff6bfd28ac9daf4be77ea647c7d8f4 to your computer and use it in GitHub Desktop.
Creating or Signing-In to a User Account
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
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