I'm a slightly confused newbie learning basic Objective-C from BecomeAnXcoder, and I'm wondering: when do you use "return" to return the result of a function call, and when (instead) do you use pointers? These are two different ways of handling scope limitations, as far as I can see, but I don't understand when/why to use each.
Thanks in advance for your thoughts, help, and explanations.
Thanks in advance for your thoughts, help, and explanations.