Class UITabBarAppearance

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class UITabBarAppearance
extends UIBarAppearance
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • UITabBarAppearance

      public UITabBarAppearance()
    • UITabBarAppearance

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

      protected UITabBarAppearance​(NSObject.SkipInit skipInit)
    • UITabBarAppearance

      public UITabBarAppearance​(UIUserInterfaceIdiom idiom)
    • UITabBarAppearance

      public UITabBarAppearance​(UIBarAppearance barAppearance)
    • UITabBarAppearance

      public UITabBarAppearance​(NSCoder coder)
  • Method Details

    • getStackedLayoutAppearance

      public UITabBarItemAppearance getStackedLayoutAppearance()
    • setStackedLayoutAppearance

      public void setStackedLayoutAppearance​(UITabBarItemAppearance v)
    • getInlineLayoutAppearance

      public UITabBarItemAppearance getInlineLayoutAppearance()
    • setInlineLayoutAppearance

      public void setInlineLayoutAppearance​(UITabBarItemAppearance v)
    • getCompactInlineLayoutAppearance

      public UITabBarItemAppearance getCompactInlineLayoutAppearance()
    • setCompactInlineLayoutAppearance

      public void setCompactInlineLayoutAppearance​(UITabBarItemAppearance v)
    • getSelectionIndicatorTintColor

      public UIColor getSelectionIndicatorTintColor()
    • setSelectionIndicatorTintColor

      public void setSelectionIndicatorTintColor​(UIColor v)
    • getSelectionIndicatorImage

      public UIImage getSelectionIndicatorImage()
    • setSelectionIndicatorImage

      public void setSelectionIndicatorImage​(UIImage v)
    • getStackedItemPositioning

      public UITabBarItemPositioning getStackedItemPositioning()
    • setStackedItemPositioning

      public void setStackedItemPositioning​(UITabBarItemPositioning v)
    • getStackedItemWidth

      public double getStackedItemWidth()
    • setStackedItemWidth

      public void setStackedItemWidth​(double v)
    • getStackedItemSpacing

      public double getStackedItemSpacing()
    • setStackedItemSpacing

      public void setStackedItemSpacing​(double v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()