Hey, in the Apple Documentation: http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/TableView_iPhone/TableViewCells/TableViewCells.html
There is an example (please scroll down to "The Technique for Static Row Content").
I built the three cells and linked them etc. and they are displayed when I built & go. But not correct. I can't use an individual height for the cells and I have to set values in "numberOfSectionsInTableView" and "numberOfRowsInSection".
So how do I manage different cell heights and different counts of cells per sections ?
Thx a lot ! Sebastian