iphone - How do I resize a cell in a tableview with grouped cells -
i using grouped tableview , need resize 1 cell enclosed cell.detailtextlabel has exceeded size of cell (i.e. 3 lines worth).
is there easy way cell auto-size it's contents or otherwise, how change size of particular cell?
the uitableviewdelegate
has method called tableview:heightforrowatindexpath:
. have return desired height each row.
Comments
Post a Comment