Declaration | |
---|---|
From | + (instancetype)imageWithCGImage:(CGImageRef)imageRef |
To | + (nonnull instancetype)imageWithCGImage:(nonnull CGImageRef)imageRef |
Declaration | |
---|---|
From | + (instancetype)imageWithUIImage:(UIImage *)image |
To | + (nonnull instancetype)imageWithUIImage:(nonnull UIImage *)image |
Declaration | |
---|---|
From | + (CGSize)imageSizeForIntentResponse:(INIntentResponse *)response |
To | + (CGSize)imageSizeForIntentResponse:(nonnull INIntentResponse *)response |
Declaration | Optional | |
---|---|---|
From | - (void)configureWithInteraction:(INInteraction *)interaction context:(INUIHostedViewContext)context completion:(void (^)(CGSize))completion | Required |
To | - (void)configureWithInteraction:(nonnull INInteraction *)interaction context:(INUIHostedViewContext)context completion:(nonnull void (^)(CGSize))completion | Optional |