Fix missnig detail text label in password table cell

This commit is contained in:
Mingshen Sun 2021-01-15 22:43:03 -08:00
parent a706f90d0d
commit 288024ccc2
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
3 changed files with 162 additions and 159 deletions

View file

@ -15,6 +15,7 @@ class PasswordTableViewCell: UITableViewCell {
textLabel?.adjustsFontForContentSizeCategory = true
accessoryType = .none
detailTextLabel?.textColor = UIColor.lightGray
detailTextLabel?.font = UIFont.preferredFont(forTextStyle: .footnote)
detailTextLabel?.adjustsFontForContentSizeCategory = true
detailTextLabel?.text = entry.categoryText