InputBarSendButton

open class InputBarSendButton : InputBarButtonItem

Undocumented

  • A flag indicating the animation state of the InputBarSendButton

    Declaration

    Swift

    open private(set) var isAnimating: Bool {
      get
      }
  • Accessor to modify the color of the activity view

    Declaration

    Swift

    open var activityViewColor: UIColor! { get set }
  • Undocumented

    Declaration

    Swift

    public convenience init()
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    open override func layoutSubviews()
  • Starts the animation of the activity view, hiding other elements

    Declaration

    Swift

    open func startAnimating()
  • Stops the animation of the activity view, shows other elements

    Declaration

    Swift

    open func stopAnimating()