Got it... I think.
It took several close readings for things to sink in, but I think I am beginning to understand. The idea that the method name is the entire set of parts is new to me. I saw a simple example in the documentation setting a position with an X and a Y. It just did not click that what I was seeing in the UIApplicationDelegate protocol was similar but with a more complex name. I just saw "application:" in front of half a dozen function names and could not figure out what it was doing there.
Thanks for the insight.
|