Search code examples
iosipadkeyboardtint

Change between dark and light keyboard iOS7


In iOS7 we have both a dark and a light keyboard. Is it possible for me to change between these in my app by code?Dark keyboard Light keyboard


Solution

  • textfield.keyboardAppearance = UIKeyboardAppearanceDark;