IOS settings panel

I don't think this is available yet, (please let me know if it is!), but it would be great to be able to add a 'control panel' item to the ios settings page (ie cache size, update frequency, etc)

I wonder if that won't work already.

The basic Xcode way of doing this is to add a Settings.bundle file to your xcode project directory. That bundle contains a .plist file with your settings in it.

Perhaps you could build it in Xcode, then copy it to your Corona SDK app, which should get built into the app bundle.

Then you probably could use the built in IO system to read that file in. Its XML so there is probably already an XML parser that would give you the settings as a table somewhere.

Disclaimer: I'm a total Xcode n00b so I don't know what I'm talking about.

Was playing with this yesterday, but I don't believe it'll work. The XML file in question only holds the default value, not the user's selection. I don't believe we have any access to the NSUserDefaults we'd need to read those. Ansca? hehe

views:2331 update:2011/9/17 18:17:57
corona forums © 2003-2011