Suppose that I want to create and application and that application will have two windows and a menu mechanism. How do I accomplish this on iPhone? I know how to create a single view and have that displayed but what I want is this ability:
a.) Upon loading app, show a navigation mechanism. The choices are Item A or Item B. b.) If Item A is chosen, view A should be loaded. c.) It Item B is chosen, view B should be loaded.
Thanks in advance.