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.
テキスト フィールドでの編集中に、キーボードではなくテーブル ビューを表示したい。
このテーブル ビューにデータを入力するにはどうすればよいですか?
少し奇妙ですが、 を実装しtextFieldShouldBeginEditing:、それを使用してテーブル ビューを表示し、戻っNOてキーボード表示を非表示にすることができます。
textFieldShouldBeginEditing:
NO
ウェインが言ったことを実行してください。または、テキストフィールドデリゲートを使いたくない場合は、透明なボタンを上に置き、ボタンをtextfieldタップするとtableViewを表示できます。
textfield