I cant seem to find a right solution to autoscroll UITextView using Swift.
For my app I am receiving constant data from BT, and I am updating it on a UITextView. However, when the UITextView will reach the latest updated line, I would have to manually scroll.
What I'm trying to achieve is to keep the last added line to the UITextView visible. (using swift)
contentOffset. This will make it auto scroll. And when you reached the end, you can invalidate the timer to stop the scroll.