So I’m converting an old app into Corona/Lua and it’s coming along nicely. I’m really liking Corona!
My old Xcode/Objective-C game used the settings area of iOS.
Is there a way to use iOS’s settings or do I have to implement a settings screen in my app? If I have to implement the settings screen, any suggestions?
I found this for handling the actual settings, but not sure how it can integrate into the settings area of iOS or how I could implement my own settings screen.
http://stackoverflow.com/questions/16527097/how-to-create-and-save-settings-in-corona-sdk
And I found this for implementing iOS UI elements:
http://howto.oz-apps.com/2011/04/coronaui-amazing-step-for-developers.html
Any suggestions on how to implement settings for a game?