Underlining text in UIButton

后端 未结 18 1839
终归单人心
终归单人心 2020-11-29 15:56

Can anyone suggest how to underline the title of a UIButton ? I have a UIButton of Custom type, and I want the Title to be underlined, but the Interface Builder does not pr

18条回答
  •  遥遥无期
    2020-11-29 16:30

    To use interface builder to underline, one has to:

    • Change it to attributed
    • Highlight the text in the Attributes inspector
    • Right click, choose Font and then Underline

    Underline using IB

    Video someone else made https://www.youtube.com/watch?v=5-ZnV3jQd9I

提交回复
热议问题