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\")
If button is underlined due accessibility button shape option then you could set button title by using image but not by text. Simply create image where text will be drawn and set it to the button. In this case iOS can't recognize text there and won't insert underline.
You could consider it as hack but not as clear solution.