cwRichardKim / RKSwipeBetweenViewControllers

Swipe between ViewControllers like in the Spotify or Twitter app with an interactive Segmented Control in the Navigation Bar
MIT License
1.67k stars 156 forks source link

How can I move the tab to bottom? #17

Closed dickfalaDeveloper closed 9 years ago

dickfalaDeveloper commented 9 years ago

I found you use navigationBar . So the Tab button will put top at screen. But I want to move the tab to the bottom. Can I move the navigation bar to bottom? If I move the navigation bar to the bottom at screen, the Apple will reject the app? Thank you.

cwRichardKim commented 9 years ago

Sorry you can’t, it’s a navigation controller =/ you could examine the code and try to build another custom controller that does something similar

On Sun, Mar 22, 2015 at 9:38 PM, dickfalaDeveloper notifications@github.com wrote:

I found you use navigationBar . So the Tab button will put top at screen. But I want to move the tab to the bottom. Can I move the navigation bar to bottom? If I move the navigation bar to the bottom at screen, the Apple will reject the app?

Thank you.

Reply to this email directly or view it on GitHub: https://github.com/cwRichardKim/RKSwipeBetweenViewControllers/issues/17