SwiftRichString
👩🎨 Elegant Attributed String composition in Swift sauce (by malcommac)
RichEditorView
RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing. (by cjwirth)
SwiftRichString | RichEditorView | |
---|---|---|
1 | 1 | |
3,148 | 1,888 | |
0.0% | - | |
0.0 | 0.0 | |
about 2 years ago | almost 2 years ago | |
Swift | Swift | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SwiftRichString
Posts with mentions or reviews of SwiftRichString.
We have used some of these posts to build our list of alternatives
and similar projects.
-
XMLText Library: SwiftUI Text from styled XML
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.
RichEditorView
Posts with mentions or reviews of RichEditorView.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Anyone got any ideas on how I'd build a tagging textfield in SwiftUI/UIKit? Like Apple Notes, where you can type @Person or #tag
https://github.com/cjwirth/RichEditorView might work for you
What are some alternatives?
When comparing SwiftRichString and RichEditorView you can also consider the following projects:
BonMot - Beautiful, easy attributed strings in Swift
Atributika - Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
SwiftString - A comprehensive, lightweight string extension for Swift
TextAttributes - An easier way to compose attributed strings
ZSSRichTextEditor - A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view