OC Basic Principle -11: objc_msgSend Quick lookup of process analysis
Either [Person sayHello] or objc_msgSendSuper executes the sayHello implementation of the parent class, so we can make a guess: method calls first look in the...
Read More