Skip to content

SwiftRichString 3.7.1 - Swift 5.1+

Compare
Choose a tag to compare
@malcommac malcommac released this 27 Jan 09:18
· 6 commits to master since this release

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 new XMLParsingOptions to StyleXML's xmlParsingOptions property called escapeString (active by default). This function replace all non-parsable characters (by the internal NSXMLParser to parsable string which does not break the internal styling.)