briancollins / BCTabBarController

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

iPad Support #12

Closed rrelmy closed 12 years ago

rrelmy commented 12 years ago

Is it planned to support iPads?

On the iPad 2 with iOS 5.0.1 are several issues.

briancollins commented 12 years ago

Hi,

Increasing the width of the bar image should fix these issues.

On 20 January 2012 08:49, rrelmy reply@reply.github.com wrote:

Is it planned to support iPads?

On the iPad 2 with iOS 5.0.1 are several issues.

  • The white line is still there in landscape and portrait mode
  • landscape: tabbar only shows a subset of icons (the rest of the bar is black, but icons can be tapped and then show up)
  • landscape: the tabbar is placed too low
  • some more

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

rrelmy commented 12 years ago

Using icons with a size of 40x40 pixel fixed the issue that not all of the icons were visible. But the other issues remained.

probably because i used a navigation controller?

I ended up write a custom TabBarController implementation from scratch, which is done more like the original UITabBarController.

There is another problem with BCTabBar, if you have a ViewController that does not support a orientation and you change to the tab in the unsupported orientation you will see it in the unsupported orientation. The standard UITabBarController behaviour is that the TabBarController only supports orientation supported by all its ViewControllers.

frodoz commented 12 years ago

hey rrelmy,

any chance you'll release your iPad version?

thanks!

rrelmy commented 12 years ago

No, I can't at least not now.