我正在研究我的一个项目,我似乎无法扩展我添加到按钮的图像。我想知道如何调整我放在按钮内的图像大小?
This is within the image attribute and not the background image.
大卫
答案 0 :(得分:1)
检查按钮的内容模式
UIButton *button=[UIButton buttonWithType:UIButtonTypeCustom];
[button setContentMode:UIViewContentModeScaleAspectFit];