Classes that mimic the behavior of iPhone Application Settings...but within an app? -
Has anyone written the iPhone classes that mimic the behavior of application settings? It would be nice to be able to define settings tables for use within my app using the exact same XML structure, etc.
See
The ASP Library has mentioned there:
< Blockquote>mySettings [...] uses a plast configuration file to be used by the Settings app with some optional options.
[block]
By default settings are stored in the standard user default object ([NSUAS default default value standard user defaults]) , But you can use any object that supports key-value coding. This enables you to use your model classes directly in the settings view.
Comments
Post a Comment