InputStackView
open class InputStackView: UIStackViewA UIStackView that’s intended for holding InputBarButtonItems
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 MessageInputBar - left: Left Stack View
- right: Bottom Stack View
- bottom: Left Stack View
- top: Top Stack View
 DeclarationSwift public enum Position
- 
                  
                  Undocumented DeclarationSwift public convenience init(axis: UILayoutConstraintAxis, spacing: CGFloat)
- 
                  
                  Undocumented DeclarationSwift public override init(frame: CGRect)
- 
                  
                  Undocumented DeclarationSwift required public init(coder: NSCoder)
 InputStackView Class Reference
        InputStackView Class Reference