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.
問題は、カーソルが1つのテキストフィールドにあることです。そして、バーボタンを押してキーボードを非表示にします。このバーボタンは、IBを使用して1つのIBActionを作成して接続しました。
-(IBAction)BarButtonMethod { [yourTextFieldObject resignFirstResponder]; }
ただそれをして、あなたをo/pにしてください
[YourView endEditing:YES]を使用します;
これにより、ビュー内のすべてのテキストフィールドがファーストレスポンダーのステータスを辞任します