Is there a generic way (pre-built components) to create app settings page using titanium. For example xcode has Settings Bundle template. is there something similar in titanium?
1 Answer
take a look at the kitchenSink application settings.
they are created by adding a file to your application in the modules/iphone/Settings.bundle/Root.plist
Here is the link to the kitchenSink Root.plist
Your Answer
Think you can help? Login to answer this question!