【发布时间】:2018-04-04 11:14:14
【问题描述】:
NSTextAttachment *attachment = [[NSTextAttachment alloc] init];
NSImage *image = [NSImage imageNamed:@"emotion"];;
attachment.image = image;
NSAttributedString *attributedString = [NSAttributedString attributedStringWithAttachment: attachment];
[[_feedbackContent textStorage] appendAttributedString:attributedString];
图像添加到 NSTextAttachment 后,垂直翻转。任何人都知道如何解决这个问题。
【问题讨论】:
-
您找到解决方案了吗?
标签: objective-c nstextattachment