briancollins / BCTabBarController

a Tweetie-style tab bar for the iPhone
MIT License
568 stars 95 forks source link

Long tap popup items #10

Open Shukuyen opened 12 years ago

Shukuyen commented 12 years ago

Hi there,

thanks for the great tabbar controller! Would it be possible to add something like the popup item feature of Tweetbot to it? Like when you press a tabbar item it pops up more items?

If this isn't something you want to do, can you point me in the right direction how to best do it?

Thanks again, Shukuyen.

briancollins commented 12 years ago

This is a cool idea, I'd start by subclassing BCTab, you could use a long press gesture recognizer to catch the long press. I haven't thought about it much further, I don't have time to do something like this at the moment, unfortunately :(

On 11 December 2011 08:41, Shukuyen reply@reply.github.com wrote:

Hi there,

thanks for the great tabbar controller! Would it be possible to add something like the popup item feature of Tweetbot to it? Like when you press a tabbar item it pops up more items?

If this isn't something you want to do, can you point me in the right direction how to best do it?

Thanks again, Shukuyen.


Reply to this email directly or view it on GitHub: https://github.com/briancollins/BCTabBarController/issues/10