Class UITabBarItemStateAppearance

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class UITabBarItemStateAppearance
extends NSObject
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • UITabBarItemStateAppearance

      protected UITabBarItemStateAppearance()
    • UITabBarItemStateAppearance

      protected UITabBarItemStateAppearance​(NSObject.Handle h, long handle)
    • UITabBarItemStateAppearance

      protected UITabBarItemStateAppearance​(NSObject.SkipInit skipInit)
  • Method Details

    • getTitleTextAttributes

      public NSDictionary<NSString,​?> getTitleTextAttributes()
    • setTitleTextAttributes

      public void setTitleTextAttributes​(NSDictionary<NSString,​?> v)
    • getTitlePositionAdjustment

      public UIOffset getTitlePositionAdjustment()
    • setTitlePositionAdjustment

      public void setTitlePositionAdjustment​(UIOffset v)
    • getIconColor

      public UIColor getIconColor()
    • setIconColor

      public void setIconColor​(UIColor v)
    • getBadgePositionAdjustment

      public UIOffset getBadgePositionAdjustment()
    • setBadgePositionAdjustment

      public void setBadgePositionAdjustment​(UIOffset v)
    • getBadgeBackgroundColor

      public UIColor getBadgeBackgroundColor()
    • setBadgeBackgroundColor

      public void setBadgeBackgroundColor​(UIColor v)
    • getBadgeTextAttributes

      public NSDictionary<NSString,​?> getBadgeTextAttributes()
    • setBadgeTextAttributes

      public void setBadgeTextAttributes​(NSDictionary<NSString,​?> v)
    • getBadgeTitlePositionAdjustment

      public UIOffset getBadgeTitlePositionAdjustment()
    • setBadgeTitlePositionAdjustment

      public void setBadgeTitlePositionAdjustment​(UIOffset v)