| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-01-26 | 680 Bytes | |
| SwiftRichString 3.7.0 - Swift 5.1+ source code.tar.gz | 2020-01-26 | 1.5 MB | |
| SwiftRichString 3.7.0 - Swift 5.1+ source code.zip | 2020-01-26 | 1.6 MB | |
| Totals: 3 Items | 3.0 MB | 0 | |
Released on: 2020-01-26
IMPORTANT
Use 3.7.1 release instead of this build.
This build is affected by a bug in escaping string which prevents correct decoding of the XML string for StyleXML.
CHANGELOG:
- [#104]
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. - [#102]
StandardXMLAttributesResolvernot recognizing links if custom style is provided for "a" tag.