开发者

how do I add an image without getting the background of the UIButton class via Interface Builder?

开发者 https://www.devze.com 2023-03-13 03:47 出处:网络
I keep get开发者_JAVA百科ting the white background of the UIButton class and cannot just add the image transparentlySetting the button Type to Custom in the Interface Builder should help. Use UIButton

I keep get开发者_JAVA百科ting the white background of the UIButton class and cannot just add the image transparently


Setting the button Type to Custom in the Interface Builder should help.


Use UIButtonTypeCustom and set the backgroundImage of that instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消