Add new view states and explanatory label

This commit is contained in:
ismailgulek
2020-09-17 20:20:43 +03:00
parent 761761133f
commit f6735887de
3 changed files with 43 additions and 8 deletions

View File

@@ -21,6 +21,8 @@ import Foundation
/// EnterPinCodeViewController view state
enum EnterPinCodeViewState {
case choosePin // creating pin for the first time, enter for first
case choosePinAfterLogin // creating pin for the first time, after login, enter for first
case choosePinAfterRegister // creating pin for the first time, after registration, enter for first
case notAllowedPin // creating pin for the first time, provided pin is not allowed
case confirmPin // creating pin for the first time, confirm
case pinsDontMatch // pins don't match