-
Declaration
Swift
public enum FloatingDisplayStatus
-
Declaration
Swift
public var borderWidth: CGFloat { get set }
-
Declaration
Swift
public var borderColor: UIColor { get set }
-
Declaration
Swift
public var borderCornerRadius: CGFloat { get set }
-
Declaration
Swift
public var floatPlaceholderFont: UIFont { get set }
-
Declaration
Swift
public var paddingYFloatLabel: CGFloat { get set }
-
Declaration
Swift
public var placeholderColor: UIColor? { get set }
-
Declaration
Swift
override public init(frame: CGRect)
-
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Declaration
Swift
override public var borderStyle: UITextField.BorderStyle { get set }
-
Declaration
Swift
override public var textAlignment: NSTextAlignment { get set }
-
Declaration
Swift
override public var placeholder: String? { get set }
-
Declaration
Swift
override public var attributedPlaceholder: NSAttributedString? { get set }
-
Declaration
Swift
override public func textRect(forBounds bounds: CGRect) -> CGRect
-
Declaration
Swift
override public func editingRect(forBounds bounds: CGRect) -> CGRect
-
Declaration
Swift
override public func leftViewRect(forBounds bounds: CGRect) -> CGRect
-
Declaration
Swift
override public func rightViewRect(forBounds bounds: CGRect) -> CGRect
-
Declaration
Swift
override public func clearButtonRect(forBounds bounds: CGRect) -> CGRect
-
Declaration
Swift
override public var intrinsicContentSize: CGSize { get }
-
Declaration
Swift
override public func layoutSubviews()