Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insidegui/FOTWindow
A NSWindow subclass that makes auto hiding and showing the title bar (à la QuickTime X) a lot easier, and allows for a custom title bar drawing block.
https://github.com/insidegui/FOTWindow
Last synced: 19 days ago
JSON representation
A NSWindow subclass that makes auto hiding and showing the title bar (à la QuickTime X) a lot easier, and allows for a custom title bar drawing block.
- Host: GitHub
- URL: https://github.com/insidegui/FOTWindow
- Owner: insidegui
- License: bsd-2-clause
- Archived: true
- Created: 2013-10-27T18:16:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-04T16:38:00.000Z (about 10 years ago)
- Last Synced: 2024-07-31T17:23:33.608Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 986 KB
- Stars: 114
- Watchers: 9
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FOTWindow
A ```NSWindow``` subclass that makes auto hiding and showing the title bar (à la QuickTime X) a lot easier, and allows for a custom title bar drawing block.
![Animated preview of FOTWindow in action](https://raw.github.com/insidegui/FOTWindow/master/FOTWindow.gif)
## Usage
Just replace your ```NSWindow``` with a ```FOTWindow```. This can be done in your ```.xib``` file (see example project).