Archive for September, 2011

MonoTouch: Auto scroll UITextField or other views hidden by keyboard

{11 Comments}

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...