Note: this happens prior to any of the UITextFields being pressed (e.g. the keyboard hasn't yet appeared in the View)
I've created a simple view with 3 fields 1 of which appears above where the keyboard would appear, and 2 which appear below.
Loading it into a ViewController works fine until I come to try to click on the 2 UITextFields below the UIView for the Keyboard.
When I do, I cannot click on them. Move them towards the top of the view (above where the keyboard would appear) and I can click on them.
The keyboard is obscuring the UITextField click events before anything has been selected.
Any ideas?
It's all in a UIScrollView already, and clicking on a field causes the view to slide up so you can see it, so that's not the issue.
Any help much appreciated.
Thanks