briancollins / BCTabBarController

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

Blurry icons #8

Closed geestring closed 13 years ago

geestring commented 13 years ago

I'm trying to implement the tab bar but some, not all, of the icons I make come out blurry. I though it was just me. I don't know what is causing it. I'm using the same icon for all my tab bar items just as a test. So, it's the same image but blurry in different tab bar items.

geestring commented 13 years ago

Sorry, what exactly does that mean? I'm a beginner :)

briancollins commented 13 years ago

It means it's fixed :) the icons were being placed at positions with fractions of a pixel (eg 33.33 across) which caused them to lose crispness. Their position is now rounded down to the nearest pixel.

On 2011-09-06, at 18:35, geestringreply@reply.github.com wrote:

Sorry, what exactly does that mean? I'm a beginner :)

Reply to this email directly or view it on GitHub: https://github.com/briancollins/BCTabBarController/issues/8#issuecomment-2019508

geestring commented 13 years ago

amazing! Sorry, I though you were telling me the way to fix it.

Thank You