This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Description
amazing job for fixing bugs #2894 ! love it.
but sorry to report this. when I have a attributedString started with NSTextAttachment, ASTextKitContext.mm line 62 method
UIColor *attributeValue = (UIColor *)[attributedString attribute:NSForegroundColorAttributeName atIndex:limit.location effectiveRange:NULL];
will return nil, it goes using default tintColor attributes instead of attributedString itself. to solve this problem, i have to set NSForegroundColorAttributeName to all attributedString or add a NSForegroundColorAttributeName with empty string at first. another easy way to get it done?