Sravan Reddy
Sravan Reddy
Just i clone this project and i tested i got crash Error Report: -[UIThreadSafeNode canPerformAction:withSender:]: unrecognized selector sent to instance 0x2830c3440 ["0 CoreFoundation 0x00000001a5e309a0 DA838E75-6B30-360E-9661-C4800A7E1BF6 + 1227168", "1 libobjc.A.dylib 0x00000001a5b590a4...
import UIKit import RichEditorView class ViewController: UIViewController,RichEditorDelegate,RichEditorToolbarDelegate{ @IBOutlet var editorView: RichEditorView! @IBOutlet var htmlTextView: UITextView! lazy var toolbar: RichEditorToolbar = { let toolbar = RichEditorToolbar(frame: CGRect(x: 0, y: 0, width:...
I am also facing same issue, did anyone got solution?