Well if we should pick from where we left off, we were talking about how to define variables as you would notice that there are little differences in the way Object-C does this; you would start with the variable type and then you will you will notice the “*” that we will learn to call the pointer (pointer will need some explanation that I will do later) then comes the name that you would like to call your variable; the equal sign followed by the new value
NSSvariableType * myVariable = newVariableValue;
Great information! I’ve been looking for something like this for a while now. Thanks!
Great site. A lot of useful information here. I’m sending it to some friends!