New
SwiftRichString 3.7.1 - Swift 5.1+
Released on: 2020-01-27
CHANGELOG:
- #104 Fixed an issue with escaping strings. (original:
StyleXMLissue with & character and other chars needs to be escaped. Introduced a newXMLParsingOptionstoStyleXML'sxmlParsingOptionsproperty calledescapeString(active by default). This function replace all non-parsable characters (by the internalNSXMLParserto parsable string which does not break the internal styling.)