Class INImageExtensions


public final class INImageExtensions
extends NSExtensions
  • Method Details

    • fetchUIImageWithCompletion

      public static void fetchUIImageWithCompletion​(INImage thiz, VoidBlock1<UIImage> completion)
      Since:
      Available in iOS 11.0 and later.
    • imageWithCGImage

      protected static INImage imageWithCGImage​(ObjCClass clazz, CGImage imageRef)
      Since:
      Available in iOS 10.0 and later.
    • imageWithCGImage

      public static INImage imageWithCGImage​(CGImage imageRef)
    • imageWithUIImage

      protected static INImage imageWithUIImage​(ObjCClass clazz, UIImage image)
      Since:
      Available in iOS 10.0 and later.
    • imageWithUIImage

      public static INImage imageWithUIImage​(UIImage image)
    • imageSizeForIntentResponse

      protected static CGSize imageSizeForIntentResponse​(ObjCClass clazz, INIntentResponse response)
      Since:
      Available in iOS 10.0 and later.
    • imageSizeForIntentResponse

      public static CGSize imageSizeForIntentResponse​(INIntentResponse response)