TextCellStyle
enum TextCellStyle
Style of DynamicTableViewTextCell
These now come in two flavors:
UILabel
backedUITextView
backed
-
DynamicCell with a basic label
Declaration
Swift
case label
-
DynamicCell that uses a UITextView with data recognizers instead of a UILabel to display text Useful for automatic link, phone #, etc. recognization
Declaration
Swift
case textView(UIDataDetectorTypes)
-
Undocumented
Declaration
Swift
case linkTextView(String, _: ENAFont = .body)
-
Undocumented
Declaration
Swift
var reuseIdentifier: CellReuseIdentifier { get }