SwiftRichString v3.5.0 Release Notes

Release Date: 2019-12-21 // over 4 years ago
  • Released on: 2019-12-22

    πŸ”„ CHANGELOG:

    • πŸ‘ #6 Added support to load local images inside attributed string
    • 🌐 #95 Added support to load image from remote URL inside attributed string with optional resize and translation
    • πŸ— #96 Added support for attributed string's composing via Swift 5.1 function builders
    • πŸ’… #93 Added β€’textTransforms to support live text content transform directly from style (uppercase, lowercase, capitalized and virtually any string transformation function)
    • πŸ›  #90 Fixed .numberSpacing paragraph attribute which is not correctly applied
    • πŸ’… #77 New rewritten XML/HTML tagged string parser with support for custom XML attributes (ie. you can pass <bold color="#d6d6d6"> and provide custom render actions or style overrides for color attribute)
    • πŸ‘ #77 Support to handle unknown tag attributes inside the XML string and provide custom actions via XMLDynamicAttributesResolver
    • πŸ›  #94 Fixed error supporting Dynamic Type
    • πŸ’… #88 Setting nil styledText in UIKit control will reset the style as you expect