ASTextNode(2) does not support custom view in attributed string.
ASTextNode and ASTextNode2 does not support custom view in attributed string.
YYLabel is fine, the view has displayed.

ASTextNode is nothing for attachment.

ASTextNode2, just displaying the frame of attachment.

How do I fix that?
I found a NSAttributedString+ASText.h.
It and YYText look the same.
I can probably confirm that it is because ASText's built-in AttachmentKey is 'ASTextAttachment', but YYText is 'YYTextAttachment', the two keys are different, resulting in the failure to match the results.
Can someone give me some advice? and Why do make it(NSAttributedString+ASText.h) private?

Wait...
I continued to confirm, it has something to do with AttributeName, but more importantly, ASTextNode/2 is a NSObject.
So drawInContext:size:point:view:layer:debug:cancel can not add view to display.
