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.
精彩评论