This Swift package provides a view that displays a rich text editor.
The rich text editor implementation comes from JuiceEditor.
- Integrates rich text editing functionality provided by JuiceEditor.
- Supports various text formats and styles.
- Easy to use and customize in Swift projects.
- Open your Xcode project.
- Select
File
>Swift Packages
>Add Package Dependency
. - Enter the repository URL:
https://github.com/CofficLab/JuiceEditorSwift
. - Choose the latest version and add it to your project.
Import the package and use it in your SwiftUI view:
import SwiftUI
import JuiceEditorKit
struct ContentView: View {
var body: some View {
EditorView()
}
}
Work for Joy & Live for Love ➡️ https://github.com/nookery
JuiceEditor is released under a dual license:
- For non-commercial use: MIT License
- For commercial use or modifications: Please contact the author for a commercial license.
Any use of this software for commercial purposes or any modifications to the source code require explicit permission from the author.