Any one know how to remove the UIButton underline that appears because of Accessibility?
UIButton
(I know it\'s because the user turned on \"Button Shapes\")
Set background image to the button.
[yourBtnHere setBackgroundImage:[[UIImage alloc] init] forState:UIControlStateNormal];