Auto-scroll UITextView after text append if scrollbar is at bottom
- by zer0stimulus
I am continuously appending text to the content of my UITextView and would like to auto-scroll to the latest update, only if if the UITextView has already been scrolled to the bottom. Any ideas on how this could be implemented?