Polish codes about password details

- in Password.swift: allow get otpType
- in PasswordDetailTableVC.swift: make many things private
- in LabelTableViewCell: remove password and password entity
- in Globals: add password dots and fonts
This commit is contained in:
Yishi Lin 2017-03-22 01:39:26 +08:00
parent 131c3af873
commit 93901ec010
4 changed files with 117 additions and 96 deletions

View file

@ -28,6 +28,9 @@ class Globals {
static let passwordMaximumLength = 24
static let passwordDefaultLength = 16
static let passwordDots = "••••••••••••"
static let passwordFonts = "Menlo"
private init() { }
}