iphone: custom UITableViewCell taller than the default cell view.
- by Luc
Hello,
I'm creating an application that consists of a ListView with 5 rows:
- 1st one containing a graph
- 2nd to 5th rows containing some data with the same formatting.
I have created 2 classes: GraphCustomViewCell and DataCustomViewCell.
Depending upon the position of the cell I load the correct CustomCell with:
NSArray *topLevelObjects =…