Skip to content

lexuanquynh/QRichTextView

Repository files navigation

QRichTextView

Richtext view demo

Use:

Method 1:

  1. Add this line into Podfile: pod 'QRichTextView'
  2. Drag a UITextView into you viewcontroller.
  3. Drag datasource & delegate:

Method 2:

  1. Change the project scheme target to QRichTextView-Universal and build:

  2. Drag QRichTextView.framework into your project, change to do not embed:

Use:

Custom for image picker color:

        richTextEditor.backgroundColorImagePicker = UIImage(named: "Background.png")
        richTextEditor.textColorImagePicker = UIImage(named: "Textcolor.png")

Read more: https://github.com/aryaxt/iOS-Rich-Text-Editor#readme

License:

MIT license.