INPopoverController icon indicating copy to clipboard operation
INPopoverController copied to clipboard

A customizable popover controller for OS X

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

If the user presses the Toggle Popover Button (As in Sample Project) fastly. It stops opening at some point, may be around 10-30 clicks.

The _popoverWindow gets into a state where isVisible is YES, but alphaValue is 0 Because popoverIsVisible is true in togglePopover, it will always attempt to close it, never opening it...

Made the scheme shared so Carthage can compile the framework

Basically, the initial code completely forgot about borders ;p I tried to keep the code properly compartmented, but I quite new at ObjC, so probably far from perfect. However, it...

Ran across this great library in [GitHubPulse](https://github.com/tadeuzagallo/GithubPulse/blob/master/widget/Podfile#L7) and saw they were installing via a URL to this repo. If you publish this library to [CocoaPods Trunk](https://guides.cocoapods.org/making/getting-setup-with-trunk.html) then it will be...

This allows popvover to be shown without main window resigning key.

Hello guys, I have been dealing with this problem for a long time, I am creating an app which is basically a webview inside a popover that shows up from...

The fallback for determining the arrow direction needs a break at line 359 in INPopoverController.m, yes?

The animation appears to be very laggy, as if the framerate would be around 15fps.

Hi I notice the subviews of the popover window are not being clipped? Is it possible to enable this? Thanks Oli