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.
私は xcode 5 と ios7 シミュレーターを使用しています。textViewShouldBeginEditing は、textview がアクティブになったときに 1 回ではなく、継続的に呼び出されます。
textViewShouldBeginEditing メソッドを 1 回だけ呼び出す解決策はありますか。
よろしくお願いいたします。
[textview becomeFirstResponder]; textViewShouldBeginEditing 内のメソッドはループします。iOS 6 では機能しますが、iOS 7 では削除する必要があります。レスポンダーは対応するテキストビューに自動で対応します。