RichEditorSwiftUI

1.0.0

RichEditorSwiftUI is swift based library, it is made to make rich text editing easy with SwiftUI.
canopas/rich-editor-swiftui

What's New

1.0.0

2024-01-17T11:04:23Z

Features

Support following styles to edit

  • Bold
  • Italic
  • Underline
  • Different Headings

RichEditorSwiftUI

iOS WYSIWYG Rich editor for SwiftUI.

Features

The editor offers the following options:

  • Bold
  • Italic
  • Underline
  • Different Heading

How to add in your project

Add the dependency

 import XYZRichEditor

How to use ?

struct EditorView: View {
    @ObservedObject var state: RichEditorState = .ini(input: "Hello World")
    
    var body: some View {
        RichEditor(state: _state)
            .padding(10)
    }
}

Demo

Sample app demonstrates how simple the usage of the library actually is.

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

Credits

RichEditor for SwiftUI is owned and maintained by the Canopas team. For project updates and releases, you can follow them on Twitter at @canopassoftware.

RichTextKit: https://github.com/danielsaidi/RichTextKit

Licence

Copyright 2023 Canopas Software LLP

Licensed under the Apache License, Version 2.0 (the "License");
You won't be using this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu May 02 2024 11:14:30 GMT-0900 (Hawaii-Aleutian Daylight Time)