WYPopoverController icon indicating copy to clipboard operation
WYPopoverController copied to clipboard

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.

Results 29 WYPopoverController issues
Sort by recently updated
recently updated
newest added

I'm experiencing an odd behavior when you create a new project and import the WYPopover classes that the popover does not stay center after rotation. Oddly enough, the popup stays...

Use _inView.layoutMargins to adapt WYPopover layout.

WYPopover are presented under the new sensor housing of the iPhone X. To adapt WYPopoverController, you need to fulfill guidelines : [iphone-x guidelines](https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/) I recommend you to take advantage of...

Hello! I'd like to use this library with Carthage.

presenting a popover in a modal viewcontroller (presentPopoverAsDialogAnimated) does not work. any solutions/hints how to fix this?

bug

Fix for #85 When popover is presented in a modally presented view controller for some reason _inView.window is nil. I fix this by using sharedApplication window in this case.

Any suggested fixes on this error ? 2016-10-08 22:03:36.304 MyApp[27679:296018] **\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'An instance 0x7fb0d15ce510 of class WYPopoverTheme was deallocated while key value...

bug

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...

needs confirmation

Hello, First of all, thanks for maintaining this project! I encounter a crash when touching the "More" button of an UIActivityViewController presented in a system popover on iPad with iOS8....

bug