Class UIListContentImageProperties

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class UIListContentImageProperties
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • UIListContentImageProperties

      public UIListContentImageProperties()
    • UIListContentImageProperties

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

      protected UIListContentImageProperties​(NSObject.SkipInit skipInit)
    • UIListContentImageProperties

      public UIListContentImageProperties​(NSCoder coder)
  • Method Details

    • getPreferredSymbolConfiguration

      public UIImageSymbolConfiguration getPreferredSymbolConfiguration()
    • setPreferredSymbolConfiguration

      public void setPreferredSymbolConfiguration​(UIImageSymbolConfiguration v)
    • getTintColor

      public UIColor getTintColor()
    • setTintColor

      public void setTintColor​(UIColor v)
    • getTintColorTransformer

      public Block1<UIColor,​UIColor> getTintColorTransformer()
    • setTintColorTransformer

      public void setTintColorTransformer​(Block1<UIColor,​UIColor> v)
    • getCornerRadius

      public double getCornerRadius()
    • setCornerRadius

      public void setCornerRadius​(double v)
    • getMaximumSize

      public CGSize getMaximumSize()
    • setMaximumSize

      public void setMaximumSize​(CGSize v)
    • getReservedLayoutSize

      public CGSize getReservedLayoutSize()
    • setReservedLayoutSize

      public void setReservedLayoutSize​(CGSize v)
    • isAccessibilityIgnoresInvertColors

      public boolean isAccessibilityIgnoresInvertColors()
    • setAccessibilityIgnoresInvertColors

      public void setAccessibilityIgnoresInvertColors​(boolean v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • getStandardDimension

      public static double getStandardDimension()
      Since:
      Available in iOS 14.0 and later.
    • resolvedTintColorForTintColor

      public UIColor resolvedTintColorForTintColor​(UIColor tintColor)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)