Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过单击或按 Tab 选择 NSTextfield 时,未调用 controlTextDidBeginEditing 委托方法。委托已设置,所有其他委托方法均已触发。有什么建议吗?
处理 Tab 按键等按键事件可以通过setFieldEditor:在委托方法中编写方法来处理。对于这个要求,这个方法就足够了。
setFieldEditor:
另一种方法是重写NSTextfield类和编写keyDown:方法。
NSTextfield
keyDown: