解决拉美:
207000******-***********@developer.gserviceaccount.com
我使用WebService并获取RFT字符串格式。但我不能在UITextView rtf字符串中使用。
RTF字符串转换或解析是可能的吗?
**[[NSAttributedString alloc] initWithData:[str_rtf dataUsingEncoding:NSUTF8StringEncoding] options:@{NSDocumentTypeDocumentAttribute: NSRTFTextDocumentType} documentAttributes:nil error:&error]; [yourTextView setAttributedText: attrStr];**
最诚挚的问候。
答案 0 :(得分:0)
尝试将NSAttributedString与文档类型NSRTFTextDocumentType一起使用。