Input

public class Input : NSObject

Object representing the appearance of the input UI components.

  • The image to use as the input textfield background.

    Declaration

    Swift

    public var textContainer: UIImage
  • Send button icon for negative option.

    Declaration

    Swift

    public var negativeSendIcon: UIImage
  • Send button icon for positive option.

    Declaration

    Swift

    public var positiveSendIcon: UIImage
  • Input search icon.

    Declaration

    Swift

    public var searchIcon: UIImage
  • Input standard send button icon.

    Declaration

    Swift

    public var sendIcon: UIImage