I have a window full of text fields and buttons and I want to set its key view order in a particular way.
So, I set the initialFirstResponder
to the first text field and correctly set the nextKeyView
one by one for each control.
This has NO effect when running the app. When I use the Tab key to change the key field or button, it jumps differently than the order I set -- it seems nextKeyView
is not working.
I tested it in another sample app, and it works great, but in this app it is not working.
If it helps, I have tab view with three tabs in my window.