PopupTest
PopupTest copied to clipboard
Statusbar app on Mac with popup (Yosemite or later)
Results
2
PopupTest issues
Sort by
recently updated
recently updated
newest added
Xcode conversion makes an amazing work, but you got 2 compilation error, easy to fix: ``` var popoverMonitor: AnyObject? -> var popoverMonitor: Any? if let monitor : AnyObject = popoverMonitor...