Ganesh Kumar
Ganesh Kumar
Do any one got the solution for this?
got any solution for this?
Hey, @iDevelopper how about for pushing view controller when it is with tab bar?
please give me an example? UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; ViewControllerSlide * vcs=[storyboard instantiateViewControllerWithIdentifier:@"ok"]; UITabBarController * tab=(UITabBarController *)self.revealViewController.frontViewController; [tab.navigationController pushViewController:vcs animated:YES]; [self.revealViewController pushFrontViewController:tab.navigationController animated:YES]; I'm doing this but getting...
[SWTabBar.zip](https://github.com/John-Lluch/SWRevealViewController/files/1263348/SWTabBar.zip) Please have a look @iDevelopper
Superb Thanks @iDevelopper 👍
Is there any update on this?
I think there is no method called Clear?
Guys do any one got the solution?