MessageUI Changes for Swift
MessageUI
Modified MessageComposeResult [struct]
Declaration | Protocols | |
---|---|---|
From | struct MessageComposeResult : RawRepresentable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } | RawRepresentable |
To | struct MessageComposeResult : RawRepresentable, Equatable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } | Equatable, RawRepresentable |
Modified MFMailComposeErrorCode [struct]
Declaration | Protocols | |
---|---|---|
From | struct MFMailComposeErrorCode : RawRepresentable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } | RawRepresentable |
To | struct MFMailComposeErrorCode : RawRepresentable, Equatable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } | Equatable, RawRepresentable |
Modified MFMailComposeResult [struct]
Declaration | Protocols | |
---|---|---|
From | struct MFMailComposeResult : RawRepresentable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } | RawRepresentable |
To | struct MFMailComposeResult : RawRepresentable, Equatable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } | Equatable, RawRepresentable |
Modified MFMailComposeViewController
Protocols | |
---|---|
From | AnyObject |
To | -- |
Modified MFMessageComposeViewController
Protocols | |
---|---|
From | AnyObject |
To | -- |