Class UITextInputTextStyle

    • Constructor Detail

      • UITextInputTextStyle

        public UITextInputTextStyle()
    • Method Detail

      • has

        public boolean has​(NSString key)
      • getBackgroundColor

        @Deprecated
        public UIColor getBackgroundColor()
        Deprecated.
        Deprecated in iOS 8.0. Use NSBackgroundColorAttributeName instead
        Since:
        Available in iOS 3.2 and later.
      • setBackgroundColor

        @Deprecated
        public UITextInputTextStyle setBackgroundColor​(UIColor backgroundColor)
        Deprecated.
        Deprecated in iOS 8.0. Use NSBackgroundColorAttributeName instead
        Since:
        Available in iOS 3.2 and later.
      • getTextColor

        @Deprecated
        public UIColor getTextColor()
        Deprecated.
        Deprecated in iOS 8.0. Use NSForegroundColorAttributeName instead
        Since:
        Available in iOS 3.2 and later.
      • setTextColor

        @Deprecated
        public UITextInputTextStyle setTextColor​(UIColor textColor)
        Deprecated.
        Deprecated in iOS 8.0. Use NSForegroundColorAttributeName instead
        Since:
        Available in iOS 3.2 and later.
      • getFont

        @Deprecated
        public UIFont getFont()
        Deprecated.
        Deprecated in iOS 8.0. Use NSFontAttributeName instead
        Since:
        Available in iOS 3.2 and later.
      • setFont

        @Deprecated
        public UITextInputTextStyle setFont​(UIFont font)
        Deprecated.
        Deprecated in iOS 8.0. Use NSFontAttributeName instead
        Since:
        Available in iOS 3.2 and later.