Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What cheat sheets exist for Objective-C?

I have googled but I really don't know what to look for. Most of them assume I know Objective-C and I don't. I really want a guide aimed at an experienced programmer.

share|improve this question

3 Answers

up vote 15 down vote accepted

The Apple developer site has Introduction to The Objective-C 2.0 Programming Language

A 10-Minute Introduction to Objective-C

The Ultimate iPhone Objective-C Cheat Sheet

Objective-C Cheat Sheet (dead link)

Objective-C Cheat Sheet (pdf) (dead link)

share|improve this answer
Thanks so much, those are all excellent! – Chris May 7 '09 at 1:27
The last two links don't work (no cheat sheet there). – splattne Dec 3 '10 at 10:00
@splattne: that's because this is an old post and the internet changes ;) – Mitch Wheat Dec 3 '10 at 23:27

The third one worked for me, nice cheat sheet.

share|improve this answer

Here is another cheat sheet which compares C, C++, Objective-C and C#. Useful if you're coming from one of the other "C-like" languages.

Platform Languages: C, C++, Objective C, Java, C#

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.