0

I'm trying to perform a segue when you select a username. I've found answers for linking to a URL, but there is nothing that shows how to segue within the app.

I'm basically trying to implement instagram like behavior.

I think I can use an attributed string, but again that only appears to let you go to a URL.

Nick Steen
  • 71
  • 7
  • Does this answer your question? [Detecting taps on attributed text in a UITextView in iOS](https://stackoverflow.com/questions/19332283/detecting-taps-on-attributed-text-in-a-uitextview-in-ios) – clawesome Jan 10 '20 at 22:07
  • the say they declare the attributed string no longer works. thanks for the help though – Nick Steen Jan 11 '20 at 21:01
  • @NickSteen It still works if you use the correct `UITextViewDelegate`. – Larme Jan 12 '20 at 14:10

0 Answers0