##Overview
CNBackstageController
is an derivative of NSWindowController
and a special impelementation to show you the content you would like to see. The goal of CNBackstageController
is to provide the developer a slightly different interface for presenting an application.
It mimics the behavior you’ve just seen in Notification Center of Mountain Lion. Instead of showing a normal window and menu bar an application build with CNBackstageController
offer you a behind the Finder-like desktop and will be shown with smooth animations. The common use is an application nested as a statusbar item that is not visible in the Dock.
Here is a shot of the included example application:
This screenshot is the result of the horizontal screen split animation effect:
###Requirements
CNBackstageController
was written using ARC and should run on 10.7 and above. Also you have to add the QuartzCore Framework to your project.
###Contribution The code is provided as-is, and it is far off being complete or free of bugs. If you like this component feel free to support it. Make changes related to your needs, extend it or just use it in your own project. Feedbacks are very welcome. Just contact me at [[email protected]](mailto:[email protected]?Subject=[CNBackstageController] Your component on Github), send me a ping on Twitter @TheCocoaNaut or App.net @phranck.
###Documentation
The documentation of this project is auto generated using Appledoc by @gentlebytes.
You can find the complete reference here.
###License This software is published under the MIT License.