Customizing length of passwords (while adding passwords)

This commit is contained in:
Yishi Lin 2017-03-09 02:19:47 +08:00
parent d761dd1fc5
commit 07782bd662
6 changed files with 147 additions and 6 deletions

View file

@ -24,6 +24,9 @@ class Globals {
static let red = UIColor(red:1.00, green:0.23, blue:0.19, alpha:1.0)
static let blue = UIColor(red:0.00, green:0.48, blue:1.00, alpha:1.0)
static let passwordMaximumLength = 64
static let passwordDefaultLength = 16
private init() { }
}