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.
「UITextFieldのタッチ」イベントを発生させる方法はありますか? 押された場合に特定の UITextField にフォーカスを設定して編集を開始するボタンを配置したいからです。
ありがとう。
ユーザーが必要なボタンを押したときに呼び出し[textField becomeFirstResponder];ます。
[textField becomeFirstResponder];