Documentation Archive Developer
Search

MessageUI Changes for Objective-C

MessageUI

MFMailComposeViewController.h

Declaration
From
- (void)setBccRecipients:(NSArray *)bccRecipients
To
- (void)setBccRecipients:(NSArray<NSString *> * _Nullable)bccRecipients

Declaration
From
- (void)setCcRecipients:(NSArray *)ccRecipients
To
- (void)setCcRecipients:(NSArray<NSString *> * _Nullable)ccRecipients

Declaration
From
- (void)setToRecipients:(NSArray *)toRecipients
To
- (void)setToRecipients:(NSArray<NSString *> * _Nullable)toRecipients

MFMessageComposeViewController.h

Declaration
From
@property(nonatomic, copy, readonly) NSArray *attachments
To
@property(nonatomic, copy, readonly, nullable) NSArray<NSDictionary *> *attachments

Declaration
From
@property(nonatomic, copy) NSArray *recipients
To
@property(nonatomic, copy, nullable) NSArray<NSString *> *recipients