且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

UIButton图像调整大小/缩放以适应

更新时间:2022-11-02 14:28:14

尝试 setBackgroundImage 而不是 setImage ,并对图像不执行任何操作。 (resize或setContentMode)
希望这有助于

Try setBackgroundImage instead of setImage, and do nothing to the image. (resize or setContentMode) Hope this helps