calimarkus / JDStatusBarNotification

Highly customizable & feature rich notifications. Interactive dismiss. Custom Views. SwiftUI. Tap-to-hold. Progress. Written in Swift, compatible for ObjC!
http://calimarkus.github.io/JDStatusBarNotification/documentation/jdstatusbarnotification
MIT License
4.19k stars 556 forks source link

Improve Swift interop #100

Closed ricardopereira closed 6 years ago

ricardopereira commented 6 years ago

Before: screen shot 2018-06-04 at 11 37 55

After: screen shot 2018-06-04 at 11 51 51

ricardopereira commented 6 years ago

This change will avoid Implicit Unwrapping for those vars that are nonnull.

calimarkus commented 6 years ago

sweet, thanks!