Reputation: 2489
I keep getting the white background of the UIButton class and cannot just add the image transparently
Upvotes: 0
Views: 275
Reputation: 48398
Use UIButtonTypeCustom
and set the backgroundImage
of that instead.
Upvotes: 0
Reputation: 44633
Setting the button Type
to Custom
in the Interface Builder should help.
Upvotes: 3