WYPopoverController
WYPopoverController copied to clipboard
WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
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...
Fix issue #86
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?
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...
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...
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....