Learning the Language

Learning the Language

Learning a programming language is like learning a foreign language, it has rules and constructs. Learn about some of the constructs in the programming language Objective-C, like the distinction between classes and objects, strings and arrays, properties and methods.

Extra Credit

Create an NSArray of [UIColor] objects and change the color of the predictionLabel text randomly when the buttonPressed method is called.