Relative Content

Tag Archive for c#iosxamarin.ios

Xamarin.iOS – Need to move entire view up on text entry

I have a view that contains a UIScrollview with various UITextFields contained within the scrollview. When I tap on an UITextField to enter data, the UITextField scrolls up unter the subviews above the UIScrolView and is hidden from view. I’m using a kewboard notification solution I found here on StackOverflow, but it doesn’t work when a scrollview is present. What do I need to do to force the entire view up so that the text entry is visible?