DynamicTypeTableViewCell
class DynamicTypeTableViewCell : UITableViewCell, DynamicTableViewTextCell
Undocumented
-
Undocumented
Declaration
Swift
required init?(coder: NSCoder)
-
Undocumented
Declaration
Swift
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?)
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func prepareForReuse()
-
Undocumented
Declaration
Swift
func configureDynamicType(size: CGFloat = 17, weight: UIFont.Weight = .regular, style: UIFont.TextStyle = .body)
-
Undocumented
Declaration
Swift
func configure(text: String, color: UIColor? = nil)
-
Undocumented
Declaration
Swift
func configureAccessibility(label: String? = nil, identifier: String? = nil, traits: UIAccessibilityTraits = .staticText)