Remove underline on UIButton in iOS 7

前端 未结 9 2297
北海茫月
北海茫月 2020-12-10 14:26

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\")

9条回答
  •  甜味超标
    2020-12-10 15:00

    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.

提交回复
热议问题