I'm diving into iOS development and am building a game that has multiple game types. When the user selects which game type they want to play, they are presented with a game configuration screen where they can adjust their options for how the game will play. Since there are two different game types, there will be two different configuration screens. With my limited knowledge on iOS programming, I was planning to use two separate plists to present the options and store the settings. Would anyone suggest a better way to do this?
Thanks so much in advance for all your help!