AztecEditor-iOS icon indicating copy to clipboard operation
AztecEditor-iOS copied to clipboard

Assigning Custom class(EditorView) to UIView in Xib causing crash in initWithDecoder

Open dattatrayParthenon opened this issue 6 years ago • 1 comments

Describe the bug After assigning EditorView to UIView in XIB causing crash in initWithDecoder method To Reproduce Steps to reproduce the behavior:

  1. Assign EditorView class to UIView
  2. Launch view controller
  3. initWithDecoder will not get richTextView and htmlTextView from decoder 4.App will crash in initWithDecoder

Also EditorView is not open class so not allowed to inherit EditorView so that we can encode richTextView and htmlTextView

dattatrayParthenon avatar Aug 02 '19 09:08 dattatrayParthenon

@SergioEstevao any update?

ramdhasm avatar Oct 21 '20 08:10 ramdhasm