I have a scroll view that adds content to the bottom of the view when a user does something. Unfortunately the view does not automatically scroll to the bottom when there is a new content update, and the user has to manualy scroll to the bottom to see the new content.
Is there a way to make UIScrollView automatically scroll to the bottom of the view when there is an update to the view?
Thanks.
Is there a way to make UIScrollView automatically scroll to the bottom of the view when there is an update to the view?
Thanks.