CoreTextHyperlinkView
CoreTextHyperlinkView copied to clipboard
An iOS view that renders text using Core Text with tappable hyperlinks without a webview!
Crash at https://github.com/jasarien/CoreTextHyperlinkView/blob/master/Classes/JSCoreTextView.m#L653 I think this line of code const CGPoint *positions = CTRunGetPositionsPtr(run); is returning NULL, and so is the crash.. Please let me know if this fix looks...
For some reason the tappable links are offset as shown in the photo. They don't line up with the text. 