INPopoverController
INPopoverController copied to clipboard
A customizable popover controller for OS X
I'm having trouble installing using CocoaPods. Apparently the directory doesn't find InPopoverController, I used the `pod search` command to try and find it, > pod search INPopoverController > [!] Unable...
When the window containing the popover and the window is sized, it either forgets to take into consideration the border width, or to move the popover in the window accordingly....
The use case is for annotating UI elements that belong to other applications.
I'm trying to use this component on Mavericks with a NSStatusItem. When showing the control, I get an EXC_BAD_ACCESS on `drawRect:`, when doing `[self.color set]`. It seems that `self.color` is...
Does anyone know how to enable keyboard access (using the tab key to navigate elements) in the popover window? For some reason this is currently not possible. I tried manually...