I need to learn how to register and de-register, using the Observer design pattern, to receive notifications from some of my objects and to de-register when my objects are deallocated
I'm reading the following documentation, but I need to see some sample code.
Registering to receive notifications:
http://www.devworld.apple.com/iphon...ptual/Notifications/Articles/Registering.html
-- Kaydell
I'm reading the following documentation, but I need to see some sample code.
Registering to receive notifications:
http://www.devworld.apple.com/iphon...ptual/Notifications/Articles/Registering.html
-- Kaydell