HPTextViewTapGestureRecognizer icon indicating copy to clipboard operation
HPTextViewTapGestureRecognizer copied to clipboard

A gesture recognizer to detect taps on links and text attachments.

Results 2 HPTextViewTapGestureRecognizer issues
Sort by recently updated
recently updated
newest added

为什么我用textView加载的富文本 图片点击区域就会乱掉 而且有的图片也不能点击 , htmlString = @"eeeee"; htmlString = [NSString stringWithFormat:@"img{width:%f !important;height:auto}%@",width,htmlString]; NSData *data = [htmlString dataUsingEncoding:NSUTF8StringEncoding]; NSDictionary *dic = @{NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType, NSCharacterEncodingDocumentOption: @(NSUTF8StringEncoding)}; NSAttributedString *attributedString = [[NSAttributedString alloc] initWithData:data...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1