You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## A swift-based library to make rich text editing very easy with SwiftUI.
4
9
5
10
<imgsrc="./docs/sample.gif"height="640" />
6
11
@@ -45,7 +50,7 @@ Add the dependency
45
50
import RichEditorSwiftUI
46
51
```
47
52
48
-
## How to use?
53
+
## How to use?
49
54
50
55
```
51
56
struct EditorView: View {
@@ -61,16 +66,18 @@ struct EditorView: View {
61
66
[Sample](https://github.com/canopas/rich-editor-swiftui/tree/main/RichEditorDemo) app demonstrates how simple the usage of the library actually is.
62
67
63
68
# Bugs and Feedback
64
-
For bugs, questions and discussions please use the [Github Issues](https://github.com/canopas/rich-editor-swiftui/issues).
69
+
For bugs, questions, and discussions please use the [Github Issues](https://github.com/canopas/rich-editor-swiftui/issues).
65
70
66
71
67
72
## Credits
68
73
RichEditor for SwiftUI is owned and maintained by the [Canopas team](https://canopas.com/). For project updates and releases, you can follow them on Twitter at [@canopassoftware](https://twitter.com/canopassoftware).
69
74
70
-
Similar library is also available for Android in Jetpack Compose [here](https://github.com/canopas/rich-editor-compose)
75
+
A similar library is also available for Android in Jetpack Compose [here](https://github.com/canopas/rich-editor-compose).
0 commit comments