Hey guys!
Let me first say that by NO MEANS I am a programmer, just know the basics and just started messing with iPhone SDK. I am developing a simple app to simulate security settings for a class project, but have encountered issues even though I have found code for most of the things I want done. The main issue I have is that I don't really get how to integrate them.
In any case, the application (once running) shows 3 main options in a grouped style table view. When selecting the first option, it should take you down 1 level and be able to select an item from the list and show the checkmark for the selected item. The second option, I wanted to recreate the passcode window from the iPhone's settings (not done yet). And when the third option is selected, a list of "Apps" (I'm just throwing names there) should appear with a small icon for each and a ON/OFF switch as well. Like I said, it will be all just a simulation and all I want is for it to show properly, I am not expecting any action from the selections.
I have some code in comment, that I found and relates to what I want. I know there are variables there that don't relate to my project. I have attached my whole Project folder, here:
http://rapidshare.com/files/319884407/SecureIt.zip.html
I appreciate any help anyone can give me.