SwiftyAttributes
SwiftyAttributes copied to clipboard
A Swifty API for attributed strings
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Hello. 😄 I have a problem in iOS 12, 13. It is normal for versions iOS 14 and above. The first time I open the screen with the NSMutableAttributedString, the...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Here is a real example of the issue I'm facing: An attributed text with an icon set in a `UIButton`. ```swift let button = UIButton(type: .system) let attachment = TextAttachment()...
Hello. Thank you for SwiftyAttributes. `SwiftyAttributedStringBuilder` is a result builder for the `Attribute`s.
Would you be willing to add support for swift package manager?
Would be pretty sweet to have methods that set attributes on the whole range. Override existing methods without a range param will set attributes for the whole range. ``` func...
Hey there! If I have time I might bust this out myself, but if you're in and working on something, it would be really cool to have a simple var...