我的標籤欄圖標大小爲30x30。當我將這些圖標設置爲tabbar時,圖像會延伸至iphone5的屏幕尺寸。爲什麼?在UITabbar中伸縮的tabbar圖標
UINavigationController *hndWriteNav = [[UINavigationController alloc] initWithRootViewController:hndWrite];
hndWriteNav.tabBarItem.image = [UIImage imageNamed:@"browse.png"];
[hndWriteNav setTitle:@"Browse"];
[hndWrite release];
使用名稱爲** @ 2x **的視網膜圖像(60 * 60)附加到圖像名稱。 – user203108
您的意思是[email protected]? – user3073276
你想在[這個答案]中使用UIEdgeInsets(http://stackoverflow.com/questions/20499356/uitabbaritem-change-image-height-and-width)。 – Alistair