| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-01-27 | 448 Bytes | |
| SwiftRichString 3.7.1 - Swift 5.1+ source code.tar.gz | 2020-01-27 | 1.5 MB | |
| SwiftRichString 3.7.1 - Swift 5.1+ source code.zip | 2020-01-27 | 1.6 MB | |
| Totals: 3 Items | 3.0 MB | 0 | |
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.)