Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moreNavigationController #4

Open
ccraigc opened this issue Jan 2, 2014 · 3 comments
Open

moreNavigationController #4

ccraigc opened this issue Jan 2, 2014 · 3 comments

Comments

@ccraigc
Copy link
Contributor

ccraigc commented Jan 2, 2014

Great library -- works very well, generally.

When using a UITabBarController containing more than 5 viewControllers, the "More" button appears on the right. The navigationController/tableViewController/navigationBar for this item is created automatically by the SDK, and does not adhere to anything defined by GTScrollNavigationBar. Hence, you can't scroll the "More" tableView's navigationBar the way the library currently works, and the child controllers pushed from there cannot implement this functionality.

Any way around that that you're aware of?

@thorst
Copy link

thorst commented Jan 3, 2014

This obviously wouldnt fix the underlining issue, but I've always just made the 5th button a "more" button myself. IE, it linked to a viewcontroller that contained a uitableview with all the other options i wanted to offer...

Would that work for your situation?

@ccraigc
Copy link
Contributor Author

ccraigc commented Jan 3, 2014

Just saw this, but that's what I decided to do today. Thanks for the response.

@hsharma-gamefly
Copy link

Any resolution on this yet? If using the approach suggested we lost the ability to edit the tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants