Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbooth/sfbpopovers

Customizable popover windows for macOS
https://github.com/sbooth/sfbpopovers

macos objective-c popover swift

Last synced: 9 days ago
JSON representation

Customizable popover windows for macOS

Awesome Lists containing this project

README

        

# SFBPopovers

SFBPopovers is a framework implementing customizable popover windows.

![Image of a popover](SFBPopoverDemo/screenshot.png)

## Inspiration

Although the majority of the code was written by me the inspiration came from two similar products:

1. [MAAttachedWindow][1] by Matt Gemmell
2. [INPopoverController][2] by Indragie Karunaratne

Each has its strong points, but in the end I decided to combine the best features of both into my own framework.

[1]: http://mattgemmell.com/2007/10/03/maattachedwindow-nswindow-subclass
[2]: https://github.com/indragiek/INPopoverController

## License

Released under the [MIT License](https://github.com/sbooth/SFBPopovers/blob/main/LICENSE.txt).