andreamazz / SlideOutNavigation

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

Made public method to directly change contentViewController #56

Closed donaciano closed 10 years ago

donaciano commented 10 years ago

I need to change the currently showing view controller without putting it in the menu. This allows setting the contentViewController directly.

Puts setContentViewController in the public interface.

Fixes typo in comments.

andreamazz commented 10 years ago

Looks good, merged.