nicolaschengdev / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
1.94k stars 370 forks source link

Not able to use with app_exrension #157

Open pirrate opened 9 years ago

pirrate commented 9 years ago

I was trying to use it inside of my custon keyboard extension but keep getting this error /Keyboard/WYPopoverController.m:1826:45: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.

akshitzaveri commented 9 years ago

Keyboard extension does not support UIViewControllers. Try UIViews only.