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.
iOS用のクメール語キーボードを作りたいです。このキーボードをObjective-Cで作成するにはどうすればよいですか?
それぞれの言語のアルファベットのボタンを備えたビューを作成する必要があると思います。これはiPhoneキーボードのように見え、このビューをテキストフィールドの入力ビューとして次のように設定します。
textField.inputView = yourkeyboarview;