Class UICellAccessoryLabel

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class UICellAccessoryLabel
extends UICellAccessory
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • UICellAccessoryLabel

      protected UICellAccessoryLabel()
    • UICellAccessoryLabel

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

      protected UICellAccessoryLabel​(NSObject.SkipInit skipInit)
    • UICellAccessoryLabel

      public UICellAccessoryLabel​(String text)
    • UICellAccessoryLabel

      public UICellAccessoryLabel​(NSCoder coder)
  • Method Details

    • getText

      public String getText()
    • getFont

      public UIFont getFont()
    • setFont

      public void setFont​(UIFont v)
    • adjustsFontForContentSizeCategory

      public boolean adjustsFontForContentSizeCategory()
    • setAdjustsFontForContentSizeCategory

      public void setAdjustsFontForContentSizeCategory​(boolean v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String text)
    • init

      protected long init​(NSCoder coder)
      Overrides:
      init in class UICellAccessory