Where To Go From Here?
In this short tutorial, you have covered a fair bit of ground, including some rather complicated concepts in Objective-C:
-
do
–while
loops
-
for
loops
- Classes
- Objects
- Header files
- Implementation files
- Arrays
The best way to really understand Objective-C is to play around with your own code! Break it apart, add some more pieces, and put it back together; experimenting (and fixing things that you broke while experimenting) is the best way to learn how to program.
The final project with full source code can be found here.
Check out the next tutorial in the series, where you’ll put everything you learned so far to use, and create your first actual iPhone app!
If you have any questions or comments, feel free to raise them in the forums.