Splitting classes into multiple files is an indispensable organization strategy that you should definitely implement.
All posts in category Series
Objects (Part 1): Splitting Classes Into Multiple Files
Posted by inspire48 on December 19, 2010
http://cupsofcocoa.com/2010/12/19/objects-part-1-splitting-classes-into-multiple-files/
Extension 5: The switch Statement
The switch() statement is designed to replace a complex if()…else if()…else if()…else block. Is it actually that much more useful? You decide.
Posted by inspire48 on November 14, 2010
http://cupsofcocoa.com/2010/11/14/extension-5-the-switch-statement/
Extension 4: What goes Inside the if() Statement
Any statement that can be evaluated to be either true or false can be used within an if() statement.
Posted by inspire48 on November 11, 2010
http://cupsofcocoa.com/2010/11/11/extension-4-what-goes-inside-the-if-statement/
Objective-C Lesson 4: if() statements and Booleans
if() statements are a powerful way for your code to make decisions. They allow your code to take one of two or more “paths” based on the validity of a true-or-false condition.
Posted by inspire48 on November 10, 2010
http://cupsofcocoa.com/2010/11/10/objective-c-lesson-4-if-statements-and-booleans/
Objective-C Lesson 3: Object-Oriented Programming
When object-oriented programming arrived in the programming world, it was considered a savior of software by some and yet another foolish experiment by others. Regardless of the perspective, we need to define some basic concepts and terminology before we begin A Thing An object is a thing. In the real world, you have “things,” all [...]
Posted by inspire48 on September 19, 2010
http://cupsofcocoa.com/2010/09/19/objective-c-lesson-3-object-oriented-programming/
What You Will Learn About Objective-C
Goals for my series on Objective-C
Posted by inspire48 on August 29, 2010
http://cupsofcocoa.com/2010/08/29/what-you-will-learn-about-objective-c/

