As a newbie to iPhone Apps I have some fairly basic questions and would appreciate any help from this forum.
I've
recently downloaded the iPhone SDK 2.2.1. My first objective is to
create UI views (a seried of UI mockups) using Interface Builder.
Questions:
- Using Interface Builder I've created a single xib file (the system
generates xib files and not nib files as the documentation suggests)
for each UI view.
How can I view
a sequence of UI mockups on an iPhone? i.e. how do I take a set of xib
files (each containing a single window that represents a single UI
view) and display them in sequence on an iPhone?
- Using
Interface Builder, can I add some basic functionality to the buttons in
a given UI view? This is not meant to be a working App. but more for illustration
purposes of what the App does.
Here's an example of what I'm looking for:
-- Bring up View1 on the iPhone
-- activate Button1 on View1
-- this brings up View2 on the iPhone
-- activate Button2 on View2
-- this brings up View3 on the iPhone
-- activate Button3 on View3
-- this brings back View1 on the iPhone
-- activate Button4 on View1
-- this brings up View4 on the iPhone
etc.
How can this be done using Interface Builder?
Any help is much appreciated.
Thanks.