How To Develop Your First iPhone App

Thinking about developing apps for the iPhone, iPod Touch and iPad and not sure where to start?  Tell me about it!  Here is some advice from a programmer’s perspective. Brief Overview Apps for iOS are written in Objective-C which is the C programming language, but with extra stuff stuck onto it to make it an OOP […]

Hide Keyboard on Button Click in iOS

So, you’re developing an iOS app for the iPhone, iPod Touch or iPad.  Say you have a few textfields and nice little Round Rect button to submit the user’s input. Unfortunately, after the user enters the last field they don’t click “Done” on the keyboard.  In fact, they have the nerve to just click your […]