AddressBook Changes for Swift
AddressBook
Modified ABAuthorizationStatus [enum]
| Protocols | |
|---|---|
| From | Equatable, Hashable, RawRepresentable |
| To | -- |
Modified ABPersonImageFormat [struct]
| Declaration | Protocols | |
|---|---|---|
| From | struct ABPersonImageFormat : RawRepresentable {
init(_ rawValue: UInt32)
init(rawValue rawValue: UInt32)
var rawValue: UInt32
} | RawRepresentable |
| To | struct ABPersonImageFormat : RawRepresentable, Equatable {
init(_ rawValue: UInt32)
init(rawValue rawValue: UInt32)
var rawValue: UInt32
} | Equatable, RawRepresentable |