Class UIBarButtonItemStateAppearance

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • UIBarButtonItemStateAppearance

      protected UIBarButtonItemStateAppearance()
    • UIBarButtonItemStateAppearance

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

      protected UIBarButtonItemStateAppearance​(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)
    • getBackgroundImage

      public UIImage getBackgroundImage()
    • setBackgroundImage

      public void setBackgroundImage​(UIImage v)
    • getBackgroundImagePositionAdjustment

      public UIOffset getBackgroundImagePositionAdjustment()
    • setBackgroundImagePositionAdjustment

      public void setBackgroundImagePositionAdjustment​(UIOffset v)