Delegation and Core Location(Chapter 4 of iOS Programming: The Big Nerd Ranch Guide)
摘要:
Delegation is an object-oriented approach to callbacks. A callback is a function that is supplied inadvance of an event and is called every time the event occurs. Some objects need to make a callbackfor more than one event. For instance, the location manager wants to “callback” when it finds a newl. 阅读全文
posted @ 2011-11-01 10:07 Ray Z 阅读(208) 评论(0) 推荐(0)