Closed danwilliams64 closed 9 years ago
Hi @danwilliams64
I would appreciate if you rename your method signature as such.
- (void)setContentViewController:(UIViewController *)viewController shouldDismissSidebarViewController:(BOOL)dismissSidebar;
I will merge it immediately. Thanks!
Jon
Hi Jon,
Thanks, I've just committed this change, and relocated the method to appear under
- (void)setContentViewController:(UIViewController *)contentViewController;
in the implementation.
Dan
I found myself needing to replace the contentViewController, and then immediately dismiss the sideBar.