I immerse myself in iOS development and create a game with several types of games. When the user selects what type of game they want to play, he is presented with a game configuration screen where they can configure their game settings. Since there are two different types of games, there will be two different configuration screens. With my limited knowledge of iOS programming, I planned to use two separate layers to represent the settings and save the settings. Anyone suggest a better way to do this?
Many thanks for your help!
source share