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