self = [super init];
. Without any explanation, this arrangement raises a few questions. Does this line set the self
value for the instance? Is self
just a variable like any other? If so, why have it at all? I'll address each of these questions and show how the compiler converts uses of self
and method invocations.