Skip to content

MessageUI iOS xcode14.0 beta2

Israel Soto edited this page Aug 22, 2022 · 3 revisions

#MessageUI.framework https://github.com/xamarin/xamarin-macios/pull/15652

diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MessageUI.framework/Headers/MFMessageComposeViewController.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MessageUI.framework/Headers/MFMessageComposeViewController.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MessageUI.framework/Headers/MFMessageComposeViewController.h	2022-05-31 14:49:31.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MessageUI.framework/Headers/MFMessageComposeViewController.h	2022-06-17 11:27:25.000000000 -0400
@@ -137,6 +137,13 @@
 /// the attachment was not added to the composition.  The data and typeIdentifer must be non-nil.  typeIdentifier should be a valid Uniform Type Identifier.
 - (BOOL)addAttachmentData:(NSData *)attachmentData typeIdentifier:(NSString *)uti filename:(NSString *)filename API_AVAILABLE(ios(7.0));
 
+/// @method     insertCollaborationItemProvider:
+/// @param      itemProvider created from ShareSheet
+/// @abstract   Returns <tt>YES</tt> if the item provider was added to the composition successfully.
+/// @discussion If the return value is YES, the itemProvider was added to the composition. If the return value is NO,
+/// the itemProvider was not added to the composition.  The itemProvider must be non-nil.
+- (BOOL)insertCollaborationItemProvider:(NSItemProvider *)itemProvider API_AVAILABLE(macos(13.0), ios(16.0));
+
 @end
 
 
Clone this wiki locally