UI arrangements

This commit is contained in:
ismailgulek
2020-07-21 19:32:48 +03:00
parent b7ecfd3a21
commit bb6510b1dc
5 changed files with 81 additions and 59 deletions

View File

@@ -43,6 +43,9 @@ final class PinCodePreferences: NSObject {
/// Max allowed time to continue using the app without prompting PIN
let graceTimeInSeconds: TimeInterval = 120
/// Number of digits for the PIN
let numberOfDigits: Int = 4
/// Is user has set a pin
var isPinSet: Bool {
return pin != nil