Problem with preferences
Hi all
I am currently working on my second iPhone app, which will be my first game.
I was planning on having a main screen with a background pic and three buttons: one for "new game", one for "open game" and the last one for "preferences".
With that in mind I created a new project based on the "Utility Application" template as that would give me the flipside for the preferences.
I did manage to get my "new game" button working with relatively little problem (I had been afraid that that might gonna be quite a pain).
I also have my preferences flipside up and running but here lies the crux:
Although I do have my basic preferences page (a TableView as suggested by some tutorials I found), what I cannot for the live of me figure out is how to get some of the necessary sub-preferences pages to work.
E.g., one of the prefs is the board style (yes, it is gonna be a "boaring" board game :-) ) where the user could pick his favourite of a given range of styles.
I have seen many apps with preferences and "sub-"preferences where these sub-prefs slide in effortlessly but I cannot, as I said, get this to work.
I presume I'd have to use a UINavigationController but I'm stumped as to how.
Could anybody please help me with this one? Any solution would be appreciated, it doesn't have to be a navigation controller :-)
Last edited by duck23; 01-10-2010 at 08:09 PM.
|