WEPopover icon indicating copy to clipboard operation
WEPopover copied to clipboard

Generic popover implementation for iOS with same API as the UIPopoverController for the iPad, but configurable with custom background and available for iPhone as well.

Results 15 WEPopover issues
Sort by recently updated
recently updated
newest added

-[UITableViewCellContentView translatesAutoresizingMaskIntoConstraints]: unrecognized selector Fix is quite easy (various ways to do it, but one option is below). Change Line 858 in WEPopoverController.m to: if (view.autoresizingMask != UIViewAutoresizingNone || ([view...

If you set WEPopoverContainerViewProperties.shadowColor to a solid color, it doesn't work as expected. This is because the -shadowView is empty and thus won't cast any shadow. The solution is to...

Hi, First, thanks a lot for your great work. Here is what I'm trying to achieve : I have a UITableView with custom cells subclassed. Cells are composed of some...

for example, iOS 9 need a rootViewController set to window, add other little change. Sadly, there were still some issues on Popover, it can't run as well as iOS 7...

I just want to be clear the project on Xcode 7.0.

Checks for delegate conformance and if the methods are actually implemented before calling them

Adding inline compiler instructions to avoid the following warning: "WEPopoverController.m: warning: Unused Entity Issue: Property access result unused - getters should not be used for side effects"

Is possible to compile WEPopover as a framework to add it to third party projects Specially useful to add to an ARC third party project without headaches Instructions in the...