sammcewan / WYPopoverController

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

Add support for app extensions #73

Open PatrickNLT opened 9 years ago

PatrickNLT commented 9 years ago

WYPopover currently doesn't compile on iOS extensions.

A workaround is to wrap every forbidden call into a #if !defined(WY_APP_EXTENSIONS) macro. This is used in most libraries.

I've been using this fix in production for a few weeks already, it works very well.

PatrickNLT commented 9 years ago

Would you consider merging this pull request?

vitalys commented 8 years ago

@PatrickNLT I'm worried about using UIInterfaceOrientationPortrait for orientation in case of an app extension. How does it work on iPad?