romaonthego / REMenu

Dropdown menu inspired by Vine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any advice on implementing this within a UITabBarController?

simonpac opened this issue · comments

I'm wondering if anybody has had any success in implementing this menu with a UITabBarController?

Did you get anywhere with this @simonpac ?

Yes I had to implement it myself. Basically what I did was make it so every time a menu item was selected, the UITableView would reload the table with the appropriate data source. I had to configure some of the menu code in order to get the appropriate image to show for the selected menu (I had a checkmark image that would show when the menu was selected)

On Feb 26, 2015, at 5:45 AM, Chris Edwards <notifications@github.commailto:notifications@github.com> wrote:

Did you get anywhere with this @simonpachttps://github.com/simonpac ?

Reply to this email directly or view it on GitHubhttps://github.com//issues/99#issuecomment-76157438.

@simonpac ah ok, what about the "dropping up" instead of down?