Constraints break on UIPasteBoard -> paste action
cvcoder1 opened this issue · 3 comments
cvcoder1 commented
Create a new line, then tap in any line above that new line, paste the contents on the UITextView. The constraints break instantly.
cvcoder1 commented
Pastes from new lines work. Paste from previous line does not work.
ruslanskorb commented
Hey, @cvcoder1.
Are you using constraints or are you changing the frame manually? Could you isolate the problem in a sample project? I would take a look at it.
At the moment, the paste action in the "RSKGrowingTextViewExample" project is working as expected.
1.mp4
ruslanskorb commented
If the problem still exists, feel free to reopen the issue.