Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone 4 Tab Bar Icons

Tags:

I'm having some issues getting high resolution tab bar icons displaying correctly for iPhone 4. Basically I'm using the Apple guidelines of 96 x 64 for high resolution icons, but when I do this, my icon looks like it is being scaled many times in the tab bar icon area and only part of the icon appears. If I set the icon size to 30 x 30, the icon displays correctly in terms of proportions but is not sharp because of the higher resolution of the iPhone 4 display.

I've tried other sizes like 64x64 and 60x60 but I get similar problems.

Any ideas?

like image 561
mixja Avatar asked Sep 08 '10 10:09

mixja


People also ask

What are tab bars on iPhone?

In the Safari section of the Settings app, you can choose your tab view. The "Tab Bar" option moves the address bar to the bottom of the Safari interface, which is the new design. There is a dedicated control bar at the bottom of the Safari interface, and above that, an integrated tab bar and address bar.

What is a tab bar?

Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy. The Tab Bar contains the Tab Scroller and Tab components.

What is separate tab bar and compact tab bar?

Previously, with “Separate Tab Bar” selected, you'd see a dedicated tab bar just below the address toolbar. Now, with “Compact Tab Bar” selected, the toolbar at the top of the screen takes up less space.


1 Answers

you have to add @2x to youre iPhone 4 image..

So if you have a 30x30 image named image.png, make a 60x60 version and name it [email protected]..

like image 188
LarsJK Avatar answered Nov 25 '22 09:11

LarsJK