I would like to set my own color for the keyboard associated with UITextField. I see that I can set UIKeyboardAppearanceType, but I would like to be able to set the color to an arbitrary color, and not just change to a different default value. I was hoping it would be as simple as something like this:
keyboard.tintColor = [UIColor colorWithRed: ...]
Any suggestions?
source
share