QuickBirdEng / XCoordinator

🎌 Powerful navigation library for iOS based on the coordinator pattern
MIT License
2.26k stars 177 forks source link

How to set Tabbar using RxCoordinator ? #6

Closed xtcel closed 6 years ago

xtcel commented 6 years ago

Hi grafele I want to set UITabbarController to window root view controller,But coordinator root view controller always a UINavigationController type

pauljohanneskraft commented 6 years ago

Hey - great to see you are interested in using RxCoordinator! We are currently working on making RxCoordinator more extensible, so that it also works for UITabBarController as well as future other customizations. You can take a look at this merge request here for more information: https://github.com/quickbirdstudios/RxCoordinator/pull/7.

OHeroJ commented 6 years ago

not support Tabbar ?

grafele commented 6 years ago

Hi. Thanks for your feedback. We have added this feature to version 1.0. You can follow the process in the feature branches.

Sent with GitHawk