-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with the keyboard toolbar and the leading and trailing actions #187
Comments
Hi @vmoscardo Thank you for reporting this. I will take a look when I get time. Please, consider wrapping the code in a ``` block and adjust the indentation to make it easier for people to read it and contribute. |
|
|
I'm an amateur iOS developer. I'm using RichTextKit framework as a rich text editor in my app, because is a very easy and good editor, but I have a problem with the keyboard toolbar and the leading and trailing actions.
Adapting and using the demo included in RichTextKit, all works properly, but including as a package to the last version 0.9.9, the richTextKit in my app, I'm not able to get the keyboard toolbar working properly.
As you can see in the attached images, the first lead and trail actions, are repeated, but in the demo app all works in the right way. Any idea about what can be the problem?.
I attach the view used in my app, quite similar the view used in the demo app.
The text was updated successfully, but these errors were encountered: