I need a code that removes this default background, in IOS 7 there isn't a problem since I don't see this background.
If you choose a button of type UIButtonTypeCustom
, there will be no default background
Try this,
UIButton *infoButton = [UIButton buttonWithType:UIButtonTypeCustom];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With