morizotter / SwiftyDrop

Lightweight dropdown message bar in Swift. It's simple and beautiful.
MIT License
683 stars 74 forks source link

Not safe for iOS Extensions #35

Open orschaef opened 8 years ago

orschaef commented 8 years ago

If you want to use this library in an iOS Extension, it is not possible at the moment. There are usages of UIApplication.sharedApplication() - which is not available in extensions.

morizotter commented 8 years ago

Thanks! But it is currently not intended for using iOS Extensions... If possible which extension do you want to use SwiftyDrop? Watch app?

orschaef commented 8 years ago

In my case it is an action extension. But you have this issue with every type of extension.