I have an iphone app, and i’ve inserted a png image instead of a text.
My issue is, well it’s not even a issue but anyways, the image has some pixels in it. it looks a little scratched. with some transparency issues i guess.
Now my question is, can i do anything to improve the image’s resolution within the code?
The image has 120px x 25px;
It seems like it makes the image a little bigger, i need something to keep it in the actual size.
Thanks.
This is the code i use:
UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"logo_bar.png"]];
self.navigationItem.titleView = imageView;
Here maybe this code will solve all your navigational issues