How to detect application préference changes.
Posted
by Raphael Pinto
on Stack Overflow
See other posts from Stack Overflow
or by Raphael Pinto
Published on 2010-05-03T12:33:42Z
Indexed on
2010/05/03
12:38 UTC
Read the original article
Hit count: 254
I created a Settings.bundle in my app where the user can change some properties like font size. It works.
But when I leave my App, and I change my setting, I don't know how I can get notified of the change. For the moment, I create a function call each time a view is loaded that check for app settings. But I wonder if there is an other and proper way to do this.
© Stack Overflow or respective owner