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

Question: Can we add custom button in formatbar? such as align right?

Open cliff357 opened this issue 4 years ago • 1 comments

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

cliff357 avatar Jun 01 '20 04:06 cliff357

Changing the NSTextAlignment property of the TextView will solve this.

WestFlow127 avatar Jul 29 '20 19:07 WestFlow127