Released on 2020-07-07
- [FIX #118]
NSTextAttachmentimage not rendered with iOS12
Unclaimed project
Are you a maintainer of SwiftRichString? Claim this project to take control of your public changelog and roadmap.
Changelog
π©βπ¨ Elegant Attributed String composition in Swift sauce
Released on 2020-07-07
NSTextAttachment image not rendered with iOS12Released on: 2020-01-27
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 strin...Released on: 2020-01-26
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.
StyleXML issue with & character and other chars needs to be escaped. Introduced a new XMLParsingOptions to StyleXML's xmlParsingOptions property called `esca...Released on: 2020-01-21
imageProvider callback provide parsed attributes via attributes param.Released on: 2020-01-12
UIImage instances in XML rendering via StyleXML's imageProvider.NSTextAttachment which alway tint any placed UIImage.