Skip to content

cclafferty/TiKeyboardViewSetter

Repository files navigation

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.

About

Use a custom view as the keyboard in Titanium iOS when using TextFields and TextAreas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published