Richtext view demo
- Add this line into Podfile: pod 'QRichTextView'
- Drag a UITextView into you viewcontroller.
- Drag datasource & delegate:
-
Change the project scheme target to QRichTextView-Universal and build:
-
Drag QRichTextView.framework into your project, change to do not embed:
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
MIT license.