KeyboardDismissAccessoryView
@IBDesignable
open class KeyboardDismissAccessoryView : UIView
A customized keyboard accessory view with a dismiss button.
-
The background color of the button to dismiss keyboard.
Declaration
Swift
@IBInspectable public var buttonColor: UIColor { get set }
-
The button to dismiss keyboard.
Declaration
Swift
public private(set) lazy var dismissButton: UIButton { get set }
-
Initializes and returns a newly allocated view object with the specified frame rectangle.
Declaration
Swift
public override init(frame: CGRect)
-
Returns an object initialized from data in a given unarchiver.
Declaration
Swift
public required init?(coder aDecoder: NSCoder)