/MCMenuViewController

A reproduction of the Menu in Facebook app

Primary LanguageObjective-C

MCMenuViewController

MCMenuViewController is a reproduction of the Menu in Facebook app (Path has both sides, this version only has left side). I reprodouced this component to use inside an app, so I made it Open Source under MIT license. I created this component to be used as Root controller or as child in an UINavigationController.

USAGE

Just follow these 3 steps:

  • Add QuartzCore Framework to the linked libraries
  • Import MCMenuViewController.h and MCMenuViewController.m in the project
  • Edit MCMenuViewController as you want (this is a beta release, I'll create a subclassble version of the class)

TODO List

This is an early stage code, so I suggest to use it only if you're an experienced developer, I'm improving it day by day so I'll add some features that I'll add as soon as possible:

  • Left and Right slide (like Path)
  • Support for Landscape for detailViewController

LICENSE

Copyright (C) 2011, Junior B.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Mocha Code shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Mocha Code.