briancollins / BCTabBarController

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

Icons are too large for landscape mode #2

Closed steipete closed 13 years ago

steipete commented 13 years ago

Either we provide a way to replace them with landscap-y icons or just shrink them programmatically if no -landscape.png file is found.

see screenshot: https://skitch.com/steipetee/r8cqk/ios-simulator

briancollins commented 13 years ago

I have other projects right now, but will come back to this issue. If anyone could fix it in the meantime that would be appreciated.

briancollins commented 13 years ago

I don't like the idea of shrinking them programatically because they get blurry.

steipete commented 13 years ago

me neither, but it would be a fallback.

thanks, if i use that in one of the next projects, i'll add it.

dlinsin commented 13 years ago

I implemented your idea of using -landscape for smaller icons. See https://github.com/briancollins/BCTabBarController/pull/3

steipete commented 13 years ago

great, thanks