A few months ago I mentioned a custom iOS UI control that allows you to add a row of convenience keys for easier text entry on the iPad.
Here’s a new control from Denis Lebedev called DLIDEKeyboard that builds upon this idea.
What this control provides is custom keys on both the iPhone and iPad and an easy way to add and customize these keys. You can use simple key values or have buttons perform completely custom actions with custom images (the included example project demonstrates this).
Here’s an image from the Github page showing the included example project:
You can find DLIdeKeyboard .
A nice straightforward component for adding custom keys.
The NSUserDefaults object is typically used to save/restore your application related preferences, configuration data, etc – see for more information. In addition to application specifics, there is a system wide default list that is available to all applications, accessible using the class methodstandardUserDefaults in the NSUserDefaults object.
As you can tell, the defaults returned above are contained within a dictionary object. The list of keyboards in the dictionary is stored as an NSArray object. To retrieve the array, simply request the object for the key “AppleKeyboards”
The Xcode 4 Keyboard Shortcuts are now available. I've decided to make forking it and creating your own version easier by putting it up on Github. This will make it easier to browse forks and merge new formats in. Additionally it makes it easy to have a consistent go to place that doesn't change for updates to the shortcuts.
You can download the Xcode 4 keyboard shortcuts here:
Believe it or not I got a few requests to actually charge for the shortcuts. For something like this, it is just not my style, but if you want to contribute maybe so I can afford some better tools than pages or spend more time on maintaining them and updating them faster, then you can donate whatever you feel like here .
Recent Comments