dynamic-sizing

Dynamically sizing a UIWebView based on it's content font size

I have some text that needs to be displayed in my app. The text contains links that need to be interactive. I have tried a few solutions for making tappable links in UITextViews and UILabels. UITextView links UITextView provides data detectors that pick up on URLs and make them tappable. Unusable to me because the link will only open...