okay so i am programatically adding the images to my tabbaritems like so
self.button1.image = [UIImage imageNamed:@"156-controlpad.png"];
I am wondering if there is a way to increase the size of the images from the 30x30 "what they normally are" to something larger like 45x45.. or is all that is required is a bigger image?
any help would be appreciated.