AztecEditor-iOS
AztecEditor-iOS copied to clipboard
A reusable native iOS visual HTML text editor component.
Hi, I am trying to create a toolbar with custom button to format text in TextView. When I do text alignment button, I just call textview.textAlignment = .center,...But when get...
**Describe the bug** Aztec editor creates invalid html when creating a list from a previously loaded paragraph **To Reproduce** Steps to reproduce the behavior: - Load the following html into...
**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...
**Describe the bug** When pasting a link from the clipboard into the Aztec editor, the content includes a "META" word. I could strip it from the content, but I wonder...
There was a suggestion in the mobile requests to have a button switch in the toolbar for changing the line break behavior. Currently, the visual editor adds a large paragraph...
The bug is: When you type Chinese (or other language that has not `italic` type) and English at the same line with `italic` format enable, and then when you delete...
should be iOS 11 and above,
您好,现在我们把aztec库用到了自己项目中,但是oc调用az库,某些方法没有添加@objc ,调用不了,只有调整源码,另外还发现了一个问题,table 和section 标签识别不了
I am now able to add a new button in format bar, but I have no idea how to implement align-right action. Please help