bfeher / BFPaperTabBar

<< Please use BFPaperTabBarController instead >> iOS UITabBar inspired by Google's Paper Material Design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting the "More" tab does not highlight the tab

carsonxyz opened this issue · comments

Steps to reproduce:

  1. Create a tabBar controller with enough controllers that it makes a more button.
  2. Tap on the more button
  3. Observe that the more controller appears but the last active tab is still selected.

Amazing repo by the way! Love it.

ios simulator screen shot aug 12 2014 11 28 51 am

Thank you for finding this bug and posting such a nice screenshot and easy to understand steps to replicate!

Unfortunately I'm on vacation at the moment (it's Japan's second longest public holiday) so I can't take a stab at this until next week. Sorry!

No problem, let me know if I can be of any assistance in further testing or bug fixing when you return. Enjoy your trip.

You can disregard my previous comment (I've deleted it). The fix for this was so simple that I'm upset it took me all day to find it. Posting new fixed version soon after I fix a few more bugs.

I've pushed the updated version. Unfortunately reordering tabs as well as adding and removing tabs is not supported, sorry :(

Friend, please consider using BFPaperTabBarController instead. It supports reordering tabs ;)
https://github.com/bfeher/BFPaperTabBarController

Thank you!