luugiathuy / GTScrollNavigationBar

A scrollable UINavigationBar that follows a UIScrollView
BSD 3-Clause "New" or "Revised" License
552 stars 85 forks source link

moreNavigationController #4

Open ccraigc opened 10 years ago

ccraigc commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

hsharma-gamefly commented 10 years ago

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