UNNotificationPresentationOptionNone Not Exposed in Swift

Originator:jared.sorge
Number:rdar://36166279 Date Originated:12/20/2017
Status:Pending Resolved:
Product: Product Version:
Classification: Reproducible:
 
The property `UNNotificationPresentationOptionNone` is available in Objective-C and translates to the raw value of 0 in Swift as a `UNNotificationPresentationOptions` type. Please expose this property in Swift so that I can avoid having to write `UNNotificationPresentationOptions(rawValue: 0)` or make a bridge just to get this value into Swift.

A sample project is available at http://drops.jsorge.net/hyByKo

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!