I have tabbar icon size of 30x30. When i set these icons to tabbar, images are stretching for iphone4 & iphone5 screen sizes. Why?
UINavigationController *hndWriteNav = [[UINavigationController alloc] initWithRootViewController:hndWrite];
hndWriteNav.tabBarItem.image = [UIImage imageNamed:@"browse.png"];
[hndWriteNav setTitle:@"Browse"];
[hndWrite release];