Nope, sorry. You have to do exactly what you wrote.
Because you might want to do things like create a big cell view in IB that might appear as different heights in the tableview. For instance, I create one that has three textfields on top of each other, and dependent on the data for that row in the table, I only have data to fill one textfield, so I only want the row to be 1/3 the normal height. If it was based on the height set in IB, then I wouldn't be able to do that, or I would have to change the frame in the cellView, which works, but, I really like the current approach, it is more flexible in allowing cool things to be done.
Mark
|