AutocompleteCell

open class AutocompleteCell : UITableViewCell

Properties

  • Declaration

    Swift

    open class var reuseIdentifier: String { get }
  • A boarder line anchored to the top of the view

    Declaration

    Swift

    public let separatorLine: <<error type>>
  • Declaration

    Swift

    open var imageViewEdgeInsets: UIEdgeInsets { get set }

Initialization

  • Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)
  • Declaration

    Swift

    open override func prepareForReuse()

Setup

API [Public]