I've been making my way through Steve Kochan and the Nerd Ranch books on Objective-C and I'm having some issues with their explanations for when to use "self" and I've looked online a little bit and haven't found that good of an explanation for it.
How does the program know what "self" is when it is part of your syntax? Why wouldn't someone just use what self is actually called wheather it be a UITextView, UIViewController, a table, etc?
How does the program know what "self" is when it is part of your syntax? Why wouldn't someone just use what self is actually called wheather it be a UITextView, UIViewController, a table, etc?