SwiftRichString v3.7.1 Release Notes
Release Date: 2020-01-27 // over 3 years ago-
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.)
- ๐
#104 Fixed an issue with escaping strings. (original: