wordpress-mobile / wordpress-mobile/AztecEditor-iOS
Assigning Custom class(EditorView) to UIView in Xib causing crash in initWithDecoder
Open
@SergioEstevao is already working on this.
Since Dec 9, 2019.
[Type] Bug
- Dominant language
- Swift
- Stars
- 669
- Forks
- 153
- Avg merge
- 11h 27m
- Merged PRs (30d)
- 4
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.