Our great sponsors
-
For styling strings in my app, I have been using SwiftRichString library for UIKit with a UIViewRepresentable of UILabel, however I started having lots of problems with UILabel's layout when embedded in SwiftUI. So I decided to use parts of SwiftRichString to create a SwiftUI version of it. XMLText doesn't support links and images due to SwiftUI limitations, but hopefully those will come after SwiftUI improvements in the future.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Is Anyone working on a port of CodeMirror 6 to Swift?
- May I know how do you usually get day difference between 2 Date by ignoring time?
- What is the best open source .xib file for drop down country phone numbers?
- What are the most underrated third party libraries for Native iOS?
- How can I get the date from a specific timezone without converting to UTC or another timezone?