The KeyboardStatePage event is raised before the keyboard becomes visible and after the keyboard is hidden. There are cases where you want to do something right before the keyboard is closed. For example, to start moving a view. 1. Add to Main module at the bottom: #if OBJC @end @interface...
The KeyboardStatePage event is raised before the keyboard becomes visible and after the keyboard is hidden. There are cases where you want to do something right before the keyboard is closed. For example, to start moving a view. 1. Add to Main module at the bottom: #if OBJC @end @interface...