romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

UITabBarController as RootViewController #213

Open inPhilly opened 9 years ago

inPhilly commented 9 years ago

It seems like there is not a way to set a UITabBarController as the RootViewController.

leonSmiler commented 9 years ago

you can just make the the tabbar become the contentviewcontroller of reside menu.
the reside menu is the rootviewcontroller.

Omarj commented 7 years ago

@leonSmiler @inPhilly I'm trying to use this lib on tabbar as well , but the tab bar keep disappear .

@leonSmiler you said make the tabbar become the contactviewcontroller , code please ?