itouch

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

Your First App Store App Step-By-Step – Part 1

This is the first in a series where we will be building a simple app based on the soundboard app that I created which is in the app store that can be found here.

Check out the video:

We’ll be learning:

1) Simple App Design

2) MVC Basics

3) Interface Builder Basics

4) Playing Music Files

5) Basic Accelerometer Use

6) Objective-C Collection Basics