SwiftRichString is a lightweight library which allows to create and manipulate attributed strings easily both in iOS, macOS, tvOS and even watchOS. It provides convenient way to store styles you can reuse in your app’s UI elements, allows complex tag-based strings rendering and also includes integration with Interface Builder.
It even support iOS 11’s Dynamic Type!
If you manipulate NSAttributedString in Swift, SwiftRichString allows you to keep your code manteniable, readable and easy to evolve.

Leave a Reply
You must be logged in to post a comment.