有没有办法设置UIButton图像,BackgroundImage或ImageView属性内容模式属性?
我尝试过直接的方法(它当然不起作用......):
self.imageButton.imageView.contentMode = UIViewContentModeScaleAspectFit;
有一个带图像的按钮很好,但如果没有办法正确设置它,它不是很方便...
uibutton uiimageview contentmode ios
contentmode ×1
ios ×1
uibutton ×1
uiimageview ×1