malcommac / SwiftRichString

👩‍🎨 Elegant Attributed String composition in Swift sauce
MIT License
3.1k stars 211 forks source link

Dynamic attributes fallback to default implementation (see #102) #105

Closed stefanomondino closed 4 years ago

stefanomondino commented 4 years ago

This should let theStandardXMLAttributesResolver more easy to use and/or subclass. Also, there was a runtime error in the iOS demo (a fatal error trying to load some image provider, i guess it was there as a simple test).

stefanomondino commented 4 years ago

fixes #102

malcommac commented 4 years ago

Thank you @stefanomondino :)