EventKit Changes
EventKit
Removed EKCalendar.init(eventStore: EKEventStore!)
Modified EKCalendar.init(forEntityType: EKEntityType, eventStore: EKEventStore!)
| Introduction | |
|---|---|
| From | iOS 8.0 |
| To | iOS 6.0 |
Modified EKSource.calendarsForEntityType(EKEntityType) -> Set<NSObject>!
| Declaration | |
|---|---|
| From | func calendarsForEntityType(_ entityType: EKEntityType) -> NSSet! |
| To | func calendarsForEntityType(_ entityType: EKEntityType) -> Set<NSObject>! |
Modified EKErrorDomain
| Declaration | |
|---|---|
| From | let EKErrorDomain: NSString! |
| To | let EKErrorDomain: String |
Modified EKEventStoreChangedNotification
| Declaration | |
|---|---|
| From | let EKEventStoreChangedNotification: NSString! |
| To | let EKEventStoreChangedNotification: String |