Adding Done and Cancel buttons to an iOS number pad

Posted by & filed under Code.

There are some cases when you may want to have a “Done” or “Cancel” button on an iOs number pad when editing a text field. This doesn’t come by default, but is easy to add. See the example snippets below, or check out the code on github. Sample Usage: DoneCancelNumberPadToolbar.h DoneCancelNumberPadToolbar.m Special thanks to akozlik… Read more »

iOS Game Engines

Posted by & filed under Code.

After playing Rovio’s new Amazing Alex game for a while, and seeing this article on BGR this morning, it made me remember some old success stories that I had read about, and I got to thinking about what it would take to develop a game for iOS. More just to see what options were out… Read more »