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用のキーボードの見た目を変える「カラーキーボード」というアプリがあります。AppStoreにあります。そんなことがあるものか?
アプリのキーボードの色を変更するにはどうすればよいですか?
UITextField名前付きのを持っているとすると、そのプロパティを設定することで、このテキストフィールドのカスタムキーボードとしてmyTextFieldanyを使用できます。UIViewinputView
UITextField
myTextField
UIView
inputView
UIViewしたがって、キーボードのように見えるボタンでいっぱいを作成し、それをビューにアタッチできます。
UIResponderこれは、テキストフィールドだけでなく、すべてに適用されます。
UIResponder