nverinaud / NVSlideMenuController

A slide menu done right for iOS.
MIT License
175 stars 33 forks source link

Change contectViewController dynamically #24

Closed shishir-bobby closed 10 years ago

shishir-bobby commented 10 years ago

Is there any way that we can change the "contentViewController" dynamically ?

nverinaud commented 10 years ago

What do you mean by "dynamically" ?

You can change the contentViewController by code using [self.slideMenuController closeMenuBehindContentViewController:newContentViewController animated:YES completion:nil].