AztecEditor-iOS
AztecEditor-iOS copied to clipboard
Assigning Custom class(EditorView) to UIView in Xib causing crash in initWithDecoder
Describe the bug After assigning EditorView to UIView in XIB causing crash in initWithDecoder method To Reproduce Steps to reproduce the behavior:
- Assign EditorView class to UIView
- Launch view controller
- 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
@SergioEstevao any update?