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.
我的窗口中有两个 nsbutton。我需要在这两者之间建立链接,如果用户按下标签焦点应该转到下一个按钮。
我知道响应者链是如何工作的。我的问题是如何在界面生成器中执行此操作。请帮助。
你正在寻找nextKeyView出口。只需将一个按钮的nextKeyView出口设置为您希望在选项卡链中成为下一个按钮的按钮。
nextKeyView
顺便说一句,这与响应者链无关。