Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ZombieW

macrumors newbie
Original poster
Dec 1, 2010
1
0
São Paulo - Brazil
Hi there!

I'm a new dev about iPhone and I'm from Brazil, so my English it's poor.

I'm developing an application to expand my knowledges about programming.

I need to create an app that have four windows¹, in the first window, I have a "Table View Controller"² and a button to step to next window.

In others windows, I just have various texts and another button to next window.

---

My questions:

1) I know what a "controller" navigation makes the control over which window is visible, but how do I configure this?

2) In standard of "Table View Controller", I have one group title and various names, how can I change or fill the table?

I'm developing my application with the "Interface Builder".

My app is non-profit, so please help me!

I have until the next weekend to complete these simple tasks!
 
You can't develop an application using Interface Builder. It is simply for designing the user interface. You need to write code in Objective-C to do everything else, like providing data to a table view.
 
I wouldn't call this simple for some one starting out.

You will need to look up uinavigationcontroller and uitableview for starters. Apple has excellent examples for this.

Also you will be working with views not windows.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.