Class CPImageSet

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • CPImageSet

      protected CPImageSet()
    • CPImageSet

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

      protected CPImageSet​(NSObject.SkipInit skipInit)
    • CPImageSet

      public CPImageSet​(UIImage lightImage, UIImage darkImage)
    • CPImageSet

      public CPImageSet​(NSCoder coder)
  • Method Details

    • getLightContentImage

      public UIImage getLightContentImage()
    • getDarkContentImage

      public UIImage getDarkContentImage()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(UIImage lightImage, UIImage darkImage)
    • encode

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

      protected long init​(NSCoder coder)