GitHub - youweit/DCNavigationMenu

(under development) [![CI Status](http://img.shields.io/travis/Youwei Teng/DCNavigationMenu.svg?style=flat)](https://travis-ci.org/Youwei Teng/DCNavigationMenu) Version License Platform

Usage

DCLazyInstantiate

CGRect frame = CGRectMake(0.0, 0.0, 200.0, self.navigationController.navigationBar.bounds.size.height);
_navigationMenuItem = [[DCNavigationMenuView alloc] initWithFrame:frame
															style:DCNavigationMenuViewStyleDown
														 delegate:self parentView:self.view
															items:self.menuItems
												   configureBlock:^(DCNavigationMenuDefaultCollectionViewCell *cell, id item) {
													   cell.title.text = item;
												   }];

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation (WIP)

DCNavigationMenu is available through CocoaPods. To install it, simply add the following line to your Podfile:

Author

youweit (Youwei Teng)

License

DCNavigationMenu is available under the MIT license. See the LICENSE file for more info.