Recent Posts
Subscribe
Subscribe to the RSS feed or enter your e-mail in the form below, and get updates, cheatsheets, whitepapers and more.

Your Email:


Posts Tagged ‘cheat sheet’

Get Going Instantly With The Objective-C 2.0 Cheat Sheet

 I posted a cheat sheet for beginners to Objective-C 2.0 some time ago that you may have checked out.  Now the reason that I created this cheat sheet is because I know there are alot of developers out there with an understanding of Java, C++ or C# who would like to dive into iPhone development, but don’t have the time to go through an entire Objective-C 2.0 book.  So if you’re in this boat this is something you might want to check out.

iPhone SDK Objective-C Cheat Sheet Updated

I have updated the Cheat Sheet on this site with larger headers as suggested by visitors to the site.  For those that don’t know this is a cheat sheet designed for beginners just getting started with the iPhone SDK who have some knowledge of C/C++ or Java providing comparisons with similar syntax in those languages for common Objective-C keywords.

Covered is:
Messages
Import
Self
Method Headers
Inheritance
Property and Synthesize
Interface
Implementation
Protocol
Id

The Ultimate iPhone Objective-C Cheat Sheet

I updated the iPhone Objective-C 2.0 Cheat Sheet Today which I created earlier to accompany my video on transitioning to Objective-C