ruslanskorb/RSKGrowingTextView

Constraints break on UIPasteBoard -> paste action

cvcoder1 opened this issue · 3 comments

Create a new line, then tap in any line above that new line, paste the contents on the UITextView. The constraints break instantly.

Pastes from new lines work. Paste from previous line does not work.

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

If the problem still exists, feel free to reopen the issue.