infinitered / rmq

RMQ - RubyMotionQuery
MIT License
307 stars 52 forks source link

Fix #285 #286

Closed markrickert closed 9 years ago

markrickert commented 9 years ago

Basically, if there's more than 5 tabs in the UITabBarController and the selected index is >=4 we need to use the UIMoreNavigationController to determine the correct value instead of using selectedViewController on the tab bar. What a hassle.

Closes #285

GantMan commented 9 years ago

how does one find this issue? lol

markrickert commented 9 years ago

Look at the tests :)

GantMan commented 9 years ago

O, I see the tests... what app did you have to write to make this happen!? lol

Looks legit to me. I'll merge if no one has anything to say.

markrickert commented 9 years ago

A client project I'm on for InfiniteRed. o_O

Requires a UITabBar that needs to be contained inside a UINavigationController so we can push the entire tab bar off the stack.