Fix missnig detail text label in password table cell
This commit is contained in:
parent
a706f90d0d
commit
288024ccc2
3 changed files with 162 additions and 159 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue