FRDropDownButton

@objc
public class FRDropDownButton : UIButton
extension FRDropDownButton: FRDropDownViewProtocol
  • Declaration

    Swift

    @objc
    public var themeColor: UIColor { get set }
  • Declaration

    Swift

    @objc
    public var dataSource: [String] { get set }
  • Declaration

    Swift

    @objc
    public var itemHeigh: CGFloat { get set }
  • Declaration

    Swift

    @objc
    public var shouldCoverButton: Bool { get set }
  • Declaration

    Swift

    @objc
    public var delegate: FRDropDownViewProtocol?
  • Declaration

    Swift

    @objc
    public var buttonFont: UIFont
  • Declaration

    Swift

    @objc
    public var maxHeight: CGFloat
  • Declaration

    Swift

    public override init(frame: CGRect)
  • Declaration

    Swift

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

    Swift

    public override func didMoveToSuperview()
  • Declaration

    Swift

    public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)
  • Declaration

    Swift

    @objc
    public func open()
  • Declaration

    Swift

    @objc
    public func close()
  • Declaration

    Swift

    public func selectedItem(index: Int, item: String)