Hack to tint the iOS 7 keyboard.
TKTintedKeyboardViewController is a UIViewController subclass that when extended will tint any keyboard that appears on-screen to your root window tintColor.
This is usuaully set in your App Delegate, e.g. self.window.tintColor = [UIColor redColor];
- Landscape Mode
- Autorotate
- There is currently a bug in iOS 7's UITextField that sometimes shows several CoreGraphics errors when it becomesFirstResponder.