Here is a snippet that I use in my base view controller class to handle scrolling views that would be hidden by the keyboard when it appears. Any view within a UIScrollView can be made to scroll automatically to be visible when the keyboard appears over it. This is based on the following Apple documentation example: Managing the Keyboard: Moving …
Continue Reading...