Book 2: Flying with Objective-C now available in paperback!

Book 2: Flying with Objective-C is now available in paperback! This is one of the most comprehensive books on Objective-C that you will find! http://www.amazon.com/Book-Flying-Objective-C-Development-Non-Programmers/dp/0988232715/ref=tmm_pap_title_0 The book includes links to instructional videos on our web site. All the best! Kevin McNeish Author: iOS App Development for Non-Programmers book series Twitter: @kjmcneish

Q&A: How do I fix the "Could not insert new outlet connection" error?

Whenever you see the dreaded “Could not insert new outlet connection. Could not find any information for the class named xx”, it’s almost always an Xcode problem. Even though the class named in the error message is in your project, Xcode loses track of it, and acts as if it’s not there. Assuming you have already tried restarting Xcode to fix the problem (you should try this first), here are a few solutions to this problem: Remove the Class Files and Add Them Back in Again In the Project Navigator, select the .h and .m files of the class that … Continue reading Q&A: How do I fix the "Could not insert new outlet connection" error?

Unleash Your Inner App Developer (Part 2) – Step-by-step instructions for building your first iOS App!

The second installment of my blog series targets at non-programmers is now live on the iPhone Life web site! In this week’s post we begin the process of creating an iOS app that accesses and stores data on the web, and integrates with the iOS camera, Facebook, Twitter, and much more. http://www.iphonelife.com/blog/31369/unleash-your-inner-app-developer-getting-taste-app-development All the best! Kevin McNeish Author: iOS App Development for Non-Programmers book series Twitter: @kjmcneish