is it possible to assign a highres custom uitabbaritem image?
UIImage *img;
img = [UIImage imageNamed:@"[email protected]"];
self.tabBarItem = [[UITabBarItem alloc] initWithTitle:@"more" image:img tag:5];
this doesnt work. is there a workaround, or even better an officel link / solution for this usecase?
thanks alex