OHAttributedStringAdditions icon indicating copy to clipboard operation
OHAttributedStringAdditions copied to clipboard

NSAttributedString Additions that add convenience methods to manipulate attributed strings easily

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

Hi, thanks for your great work. I found the layoutManager will not auto-wrap attributedString when lineBreakMode is TruncateTail. So we must reset the lineBreakMode of attributedString. fix: @selector(characterIndexAtPoint:) return the...