Objective-C Tutorial 1 – Set Up Xcode, Output Hello World!, And Make Comments
Objective-C is an object-oriented programming language that builds upon the C programming language. The language is most commonly used on Apple’s Macintosh operating system and Apple’s mobile...
View ArticleObjective-C Tutorial 2 – Variables And Data Types
In our last Objective-C tutorial, we covered setting up Xcode, running the Hello World program, and making comments. In this tutorial, we are going to go over variables. If you went through any...
View ArticleObjective-C Tutorial 3 – If Else Statements And Basic Looping
And it’s time for a shiny, new Objective-C tutorial! In our last tutorial, we covered variables and data types. In this tutorial, we will be covering the famous if else statements as well as loops....
View ArticleObjective-C Tutorial 4 – Classes
As you probably heard on the news this morning, there is a new Objective-C tutorial out. And it’s right here. How cool is that? Last time, we discussed if else statements and basic loops. This time,...
View ArticleObjective-C Tutorial 5 – Objects
Hit the play button on your favorite music video, because it’s time for yet another tutorial on the awesome programming language that is Objective-C! In our last tutorial, we studied classes. In our...
View ArticleObjective-C Tutorial 6 – Returning The Values Of Instance Variables
Hip hip, hooray! It’s time for another Objective-C tutorial. I’m going to try to keep this one short but sweet, as it is intended to add some additional information to our last tutorial. I’ll be...
View Article