WYPopoverController icon indicating copy to clipboard operation
WYPopoverController copied to clipboard

Add support for app extensions

Open PatrickNLT opened this issue 9 years ago • 2 comments

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 avatar Aug 06 '15 15:08 PatrickNLT

Would you consider merging this pull request?

PatrickNLT avatar Aug 26 '15 13:08 PatrickNLT

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

vitalys avatar Dec 02 '15 16:12 vitalys