Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months 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.

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).