How to display Underlined Text in a Button on iOS?

后端 未结 10 1629
日久生厌
日久生厌 2020-12-16 15:20

I want to display the mail ID in my view such that clicking the mail ID should open the mail composer view.

I want to display the button text as underlined to show i

10条回答
  •  再見小時候
    2020-12-16 15:34

    So what if you want to provide a link to a website within a block of text? The user would need some visual indication the text is a link and will take them somewhere.

    The blue underlined hyperlinked look is the expected norm but understand this is the PC way. So what is the iPhone way?

    I have in the past used a custom button with no background etc and blue text, although not underlined it does allow tappable text.

    Would be interested to know what others do....

提交回复
热议问题