UIButton的突出显示图像大于框架

时间:2019-04-29 05:47:07

标签: ios cocoa-touch uibutton

UIButton是否可以具有比UIButton's frame大的突出显示图像(我想保留UIButton's frame,以便它是UIControlStateNormal图片的大小,而不是UIControlStateHighlight图片的大小。

1 个答案:

答案 0 :(得分:1)

是的,有可能:

button.imageView?.contentMode = .center
button.imageView?.clipsToBounds = false