Can't make URL clickable in UITextView

后端 未结 3 1727
逝去的感伤
逝去的感伤 2021-01-17 09:45

I\'m using Interface Builder to layout my app. I have a UITextView that contains some text, part of which is a URL that I\'d like to make clickable (e.g. launches a browser

3条回答
  •  天涯浪人
    2021-01-17 09:55

    The issue was that User Interaction Enabled wasn't checked at the bottom of the View section of IB's Attributes Inspector.

提交回复
热议问题