PasscodeViewController

class PasscodeViewController : UIViewController

Passcode screen.

Note

Define, confirm and edit a passcode. If FaceID or TouchID is active then it will prevail.
  • Delegate of type PasscodeViewControllerDelegate.

    Declaration

    Swift

    weak var delegate: PasscodeViewControllerDelegate?