You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Hey, thanks for using the library and I hope it's been helpful to you so far. Regarding your issue, looking at the required init in RichTextView.Swift you can see that isEditable is already false by default.
You can verify this by running the example project in the repo where RichTextView is set up as an IBOutlet. If you still have any problems, please send some sample code over so we can attempt to reproduce and fix the issue if possible.
Actually in the example project I can edit and cut the content of RichTextView label.
I thought of disabling the user interaction on the label but I want to be able to click on links. and at the same time to set isEditable to false.
What is the purpose of your issue?
Description
Is there a way to make
isEditable
false by default when using @IBOutlet?Version:
The text was updated successfully, but these errors were encountered: