Why does a custom UIButton image does not resize in Interface Builder?

前端 未结 10 1213
你的背包
你的背包 2020-12-24 00:45

Why does a custom UIButton image not resize with the button?

I set its view mode to Scale to Fill in Interface Builder, but unlike a UIImageView image, it d

10条回答
  •  孤城傲影
    2020-12-24 01:25

    Just get a real UIimageview and place a UIbutton on top of it and via layout menu set it to back. Then you can scale your image properly.

提交回复
热议问题