InputStackView
open class InputStackView : UIStackView
A UIStackView that’s intended for holding InputItem
s
Important Notes
- Default alignment is .fill
- Default distribution is .fill
- The distribution property needs to be based on its arranged subviews intrinsicContentSize so it is not recommended to change it
-
The stack view position in the InputBarAccessoryView
- left: Left Stack View
- right: Bottom Stack View
- bottom: Left Stack View
- top: Top Stack View
Declaration
Swift
public enum Position
-
Declaration
Swift
public override init(frame: CGRect)
-
Declaration
Swift
required public init(coder: NSCoder)
-
Sets up the default properties
Declaration
Swift
open func setup()