Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 579 Bytes

File metadata and controls

24 lines (14 loc) · 579 Bytes

keyboardViewSetter Titanium Module (iOS)

Description

Make your own keyboards for Titanium. Use a custom view instead of the keyboard when you use a TextField or a TextArea.

Usage

// Set my custom view to open instead of the keyboard
keyboardViewSetter(myTextField, myView);

// Reset the keyboard back to normal
keyboardViewSetter(myTextField, null);

// Even works on TextArea
keyboardViewSetter(myTextArea, myCustomView);

License

Apache Public License version 2

Copyright

Copyright (c) 2012 by Conor Clafferty. All Rights Reserved.