This release provides a more fully-featured, Swifty API for most uses cases of attributed strings on iOS. Updates include:
- A new
Attribute
enum that serves as a replacement for the key-value pairs of Foundation's API for attributed strings - New extensions for adding, modifying, and reading attributes using the new
Attribute
enum - More "Swifty" alternative methods for
NSAttributedString
andNSMutableAttributedString
- Support for iOS 8
- And more... !