InputStackView

open class InputStackView : UIStackView

A UIStackView that’s intended for holding InputItems

Important Notes

  1. Default alignment is .fill
  2. Default distribution is .fill
  3. 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
    See more

    Declaration

    Swift

    public enum Position

Initialization

  • Declaration

    Swift

    public override init(frame: CGRect)
  • Declaration

    Swift

    required public init(coder: NSCoder)

Setup

  • Sets up the default properties

    Declaration

    Swift

    open func setup()