Skip to content

meekapps/TintedKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

TintedKeyboard

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];

Alt text

To-Do:

  • Landscape Mode
  • Autorotate

Notes:

  • There is currently a bug in iOS 7's UITextField that sometimes shows several CoreGraphics errors when it becomesFirstResponder.

About

Hack to tint the iOS 7 keyboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published