简体   繁体   中英

Increasing tabBarItem image size

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.

您必须在“应用程序窗口”上添加图像条。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM