andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

Lazy initialization of view controllers and a few more new features. #58

Closed mixalich7b closed 10 years ago

mixalich7b commented 10 years ago

Added option for setting custom navbar image (AMOptionsNavBarImage). Added option for hiding separator in cell which is before section header (AMOptionsShowCellSeparatorLowerBeforeHeader). Added posting notifications when menu show and hide. Added method for getting view controller by tag. Added methods for disabling/enabling pan gesture. Now if the user chooses the same menu item then controller does not changing (menu just hided). Navbar is made is translucent by default.

andreamazz commented 10 years ago

Looks good. Thank you for your contribution.