DropDownTextField

open class DropDownTextField : UITextField
extension DropDownTextField: UITextFieldDelegate
extension DropDownTextField: UITableViewDataSource
extension DropDownTextField: UITableViewDelegate

IBInspectable

  • Declaration

    Swift

    @IBInspectable
    public var rowHeight: CGFloat
  • Declaration

    Swift

    @IBInspectable
    public var rowBackgroundColor: UIColor
  • Declaration

    Swift

    @IBInspectable
    public var selectedRowColor: UIColor
  • Declaration

    Swift

    @IBInspectable
    public var hideOptionsWhenSelect: Bool
  • Declaration

    Swift

    @IBInspectable
    public var isSearchEnable: Bool { get set }
  • Declaration

    Swift

    @IBInspectable
    public var borderColor: UIColor { get set }
  • Declaration

    Swift

    @IBInspectable
    public var listHeight: CGFloat { get set }
  • Declaration

    Swift

    @IBInspectable
    public var borderWidth: CGFloat { get set }
  • Declaration

    Swift

    @IBInspectable
    public var cornerRadius: CGFloat { get set }
  • Declaration

    Swift

    public var optionArray: [String] { get set }
  • Declaration

    Swift

    public var optionImageArray: [UIImage] { get set }
  • Declaration

    Swift

    public var optionIds: [String]?
  • Declaration

    Swift

    @IBInspectable
    public var arrowSize: CGFloat { get set }
  • Declaration

    Swift

    public override init(frame: CGRect)
  • Declaration

    Swift

    public required init(coder aDecoder: NSCoder)

Closures

  • Declaration

    Swift

    public func showList()
  • Declaration

    Swift

    public func hideList()
  • Declaration

    Swift

    @objc
    public func touchAction()

Actions Methods

UITextFieldDelegate

UITableViewDelegate