TableCellContentView
public class TableCellContentView : UIView
extension TableCellContentView: BoundsObserving
extension TableCellContentView: EditorViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
public let editor: EditorView
-
Undocumented
Declaration
Swift
public var isSelectable: Bool
-
Undocumented
Declaration
Swift
public override var backgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Swift
public override var intrinsicContentSize: CGSize { get }
-
Undocumented
Declaration
Swift
public var contentSize: CGSize { get }
-
Sets the cell selected
Declaration
Swift
public var isSelected: Bool { get set }
-
Undocumented
Declaration
Swift
public func setFocus()
-
Removes the focus from the
Editor
within the cell.Declaration
Swift
public func removeFocus()
-
Declaration
Swift
public func didChangeBounds(_ bounds: CGRect, oldBounds: CGRect)
-
Declaration
Swift
public func editor(_ editor: EditorView, didReceiveFocusAt range: NSRange)
-
Declaration
Swift
public func editor(_ editor: EditorView, didLoseFocusFrom range: NSRange)
-
Declaration
Swift
public func editor(_ editor: EditorView, didTapAtLocation location: CGPoint, characterRange: NSRange?)
-
Declaration
Swift
public func editor(_ editor: EditorView, didChangeSelectionAt range: NSRange, attributes: [NSAttributedString.Key : Any], contentType: EditorContent.Name)
-
Declaration
Swift
public func editor(_ editor: EditorView, didReceiveKey key: EditorKey, at range: NSRange)
-
Undocumented
Declaration
Swift
public func editor(_ editor: EditorView, didChangeBackgroundColor color: UIColor?, oldColor: UIColor?)