I am using Swift 3, Xcode 8.2, iOS 10.
I want to do something like this.
But I cannot (despite my attempts at Googling), figure out how to create clickable links embedded in my TextView. I suppose I could create a button and manually place it in the text so that it looks like it's part of the text but what will happen when the device is tilted landscape or on a different type of device?
Any help would be greatly appreciated.