I am trying to integrate UITabBarController
with Sliding menu. I'm using SWRevealViewController
to create the sliding menu.
Following is the picture of my story board.
But the TabView
is visible only for news. I want it to be like a new view just as android. In android we can combine both Navigation Drawer and TabPager
.
How can I do so in iOS?