Posts by Marco • 116 points
1 post
-
0
votes2
answers87
viewsA: How to make Textview track writing
This code I created translating from Objective-C to Swift worked for me. I am not using scrollView and instead of moving the textView.frame, I’m using contentInset to track the cursor. override func…