Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sbooth/sfbpopovers
- Owner: sbooth
- License: mit
- Created: 2011-04-29T03:12:17.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T03:53:47.000Z (over 1 year ago)
- Last Synced: 2025-01-17T03:07:11.079Z (16 days ago)
- Topics: macos, objective-c, popover, swift
- Language: Objective-C
- Homepage:
- Size: 274 KB
- Stars: 194
- Watchers: 13
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 KarunaratneEach 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).