Upgrade Your App
Are you an iOS developer and does your app handle a lot of text entry? Consider adding support for KeyBar.
KeyBar is an iOS app that allows users to customize a row of keys to be put right above the iOS keyboard. Adding KeyBar support means that your users’ custom keybars show up in your app too.
Making your app compatible with KeyBar is a straightforward process:
- Download some code and resources, and unpack the ZIP file.
- Drag and drop the ARC or non-ARC .a-file, keybar.h, and the Graphics directory on your app project in Xcode.
- Add
[KeyBar installForTextView:textView];
to your UITextView setup code and#include "keybar.h"
at the top of the relevant .m-file.
It’s really that easy! And of course it’s free too.
The API is fully compatible with TextExpander touch.
Download KBSampleProject for an example of what supporting the KeyBar API can mean for your app.
Contact Info
If you are the developer of an iOS app and want to add support for KeyBar to your app then do get in touch with keybarapp@foobar.be!