image - IOS UIImage Discoloration -
i'm trying customize own uitabbar png image have created in photoshop.
here app supposed like:
http://img203.imageshack.us/img203/3222/8b6r.png
but here looks like:
http://img69.imageshack.us/img69/6668/jzdg.png
now, aware there supposed difference between 2 (just web developement), however, difference bad on iphone. second image screenshot iphone, color distinctions worse on actual device.
here code (if helps):
uiimage* tabbarbackground = [uiimage imagenamed:@"tab_bar_bg.png"]; [[uitabbar appearance] setbackgroundimage:tabbarbackground]; thanks in advance guys.
Comments
Post a Comment