I am doing and setting for my application. I am able to be notified that my setting defaults have been changed ( by changing them in the Setting application ). However, how can I let other classes knowing that the default settings has been changed
Share
if you have several class to notify then you can use NSNotificationCenter for notifying then.
In this thread you can get an idea for using Notification center