Hi
I am new to iphone development. I have to develop an iphone application which is basically a questionare. When user runs the application he has to answer around 30 questions, each one at a time. I am planning to use the Navigation template project for this application. Where i can create a view with question and optional answers (in table view) and when user selects an answer, i can push new instance of same view to navigational controller.
Is the the best practice for creating a questionare application. Or a better template exists? Is it advisable to store 30 instances of a view in view controller stack?
regards sandy