I have a custom NSTextField, where I'm implementing some rounded corners.
Pressing the "TAB" key does not go to the next NSTextField (or selectable control) in the window. Weird. Why would it do that? Is there something special I need to add to enable the app to go through the other controls when pressing "TAB"?
next item
from with IB (i.e. explicitly setting the key loop rather than relying on it being calculated). Also remove that call torecalculateKeyViewLoop
. – Connatural