Any one know how to remove the UIButton
underline that appears because of Accessibility?
(I know it's because the user turned on "Button Shapes")
How can I remove that programmatically, or by setting some property in Xcode?
Set background image to the button.
[yourBtnHere setBackgroundImage:[[UIImage alloc] init] forState:UIControlStateNormal];
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