How does one obtain the UITableViewCell when within the heightForRowAtIndexPath method, i.e. given the indexPath?
UITableViewCell
heightForRowAtIndexPath
(then I could access the
i would suggest you to calculate the correct height of a row in table:heightForRowAtIndexPath: by using your data structure (Height of text,images,mutliline text etc..).
table:heightForRowAtIndexPath:
And change the component height in their -(void) layoutSubviews method.
-(void) layoutSubviews