Hey, I'm new to iPhone development and I'm trying to write my first real (If you can call it that...) app. What I want is one main screen where most everything I want to present to the user will be displayed with the "info light" button in the lower right so the user can press it and have the view "flip around" to the back and present a view with some settings for the user.
Now that part is easy enough considering the utility application does all of that for me. The problem I'm having is that on the "back" (settings view) I want something almost exactly like Apple's DateCell example where there is a TableView with two options. One will be a start time and the other an end time and when the user selects one it will slide up the UIDatePicker component for them to choose the time.
Since this basic app is essential two already existing projects combined it should be dead simple (And yet I can't seem to do it lol)! Could anyone give me some good material to read up on as far as views and view controllers go? I've never done much work with any type of GUIs in the past (Some in C# and
VB but they hardly compare).
Any help is greatly appreciated!