Does anyone know of any library that will allow me to read / write RTF files on iPhone? NSAttributedString is the way to go, but since it is not yet available: - (
Essentially, I need to convert between plain text and RTF.
The format of the RTF file is quite simple. Therefore, if you just need to create an RTF from simple plain text, you can simply manually create an RTF file.
To get started, open http://en.wikipedia.org/wiki/Rich_Text_Format .
Source: https://habr.com/ru/post/1382608/More articles:What is the difference between Limit and BatchSize in MongoCursor? - .netDo not scroll table headers while scrolling html table - htmlMake Pretty UIActivityIndicatorView - objective-cHow to create and save .rtf, .doc, .docx in Objective-C for iOS - iosGet the pace of music or BPM? - c #Date search wildcard - oracleHow to draw a polygon in C ++ so that the lines do not intersect? - c ++How to update tar file with gzip compression - bashInvalid network operator not working - ternary-operatorJavascript Node.js and Socket.IO Server - javascriptAll Articles