I'm using the ECSlidingViewController
in my application that uses a tab controller. to make a long story short, ECSlidingViewController
disables the tab bar functionality of popping back to the first initial viewcontroller that was on the screen. I'm assuming this functionality is disabled because the view controllers are liked by Storyboard ID
. I really want to know if its possible before I change up my app. I dont know what code any of y'all would like to see, just tell me and I'll post it. thanks!
InitViewController
is the initial view that gets loaded when the app starts up, it then makes GroupsImInController
the TopViewController
and from there i can segue to other viewcontrollers but if were to tap on the tabbar item, it does not take me back to the inital view which in this case would be GroupsImInController