Using iOS9 GM, I have a screen with two UITextFields. When I tap in the first field a UIKeyboardWillShowNotification is received. With the keyboard still up, when I tap in the second field the app receives another UIKeyboardWillShowNotification. If I tap in the first field the app receives yet another UIKeyboardWillShowNotification. At no stage has the keyboard been dismissed.
This happens in both the simulator (XCode 7.0 GM) and an iPad mini 2 running iOS9 GM.
In iOS8.4 the above does not occur. There is only one UIKeyboardWillShowNotification.
In addition, I am being advised of different behaviour with an iPad Air with iOS9 GM: it appears that it may not be receiving the UIKeyboardWillHideNotification.
Has anyone experienced these two behaviours, or can explain why an Air would be different to an iPad mini 2?
Thank you.