Hi, I'm new to Interface Builder and Objective-C. I'd like to layout an iPhone interace in IB similar to the "edit event" or "edit contact" in the native iPhone apps where Grouped Tables are used. It seems like i have to add several very generic-looking Grouped Tables in IB, and then write a bunch of -cellForRowAtIndexPath: and numberOf RowsInSection for each grouped table. ... Which just seems really 'wrong' when all i want to do is put a label and a textField in a slightly nicer layout.
so am i missing the point somewhere? Or do i really need to write a bunch of delegate classes just to layout the UI in groupedTables?
thanks, richard