UITapGestureRecognizer breaks UITableView didSelectRowAtIndexPath

I have written my own function to scroll text fields up when the keyboard shows up. In order to dismiss the keyboard by tapping away from the text field, I’ve created a UITapGestureRecognizer that takes care of resigning first responder on the text field when tapping away. Now I’ve also created an autocomplete for the … Read more

Create tap-able “links” in the NSAttributedString of a UILabel?

I have been searching this for hours but I’ve failed. I probably don’t even know what I should be looking for. Many applications have text and in this text are web hyperlinks in rounded rect. When I click them UIWebView opens. What puzzles me is that they often have custom links, for example if words … Read more