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.
例、DoneはEnterキーでアクティブではありません
どうもありがとう!
Interface Builderを使用している場合は、[完了]ボタンのアウトレットを作成してを使用できます[myButton highlight:YES]。
[myButton highlight:YES]
ドキュメントの参照については、「highlight:」メソッドの下のここを参照してください
編集:ボタンを「return」キーに応答させるには、を使用できます[myButton setKeyEquivalent:@"\r"]。
[myButton setKeyEquivalent:@"\r"]