Top "Heightforrowatindexpath" questions

iOS8 - constraints ambiguously suggest a height of zero

Has anyone got any idea how to debug this? Warning once only: Detected a case where constraints ambiguously suggest a …

objective-c uitableview ios8 heightforrowatindexpath
how to obtain the UITableViewCell within heightForRowAtIndexPath?

How does one obtain the UITableViewCell when within the heightForRowAtIndexPath method, i.e. given the indexPath? (then I could access …

iphone ios uitableview heightforrowatindexpath
Iphone - when to calculate heightForRowAtIndexPath for a tableview when each cell height is dynamic?

I have seen this question asked many times but astoundingly, I have not seen a consistent answer, so I will …

ios uitableview reloaddata heightforrowatindexpath
Load custom UITableViewCell from Storyboard

Currently I'm using auto layout with storyboard to dynamically resize custom UITableViewCell's. Everything is working as it should except there …

ios uitableview autolayout heightforrowatindexpath
estimatedHeightForRowAtIndexPath can in fact change the final "correct" height of a row?

I've just discovered an astounding problem or counter-intuituve behaviour when using estimatedHeightForRowAtIndexPath (1) My table has wildly varying row heights. The …

ios uitableview ios7 heightforrowatindexpath
how do I calculate heightForRowAtIndexPath when the cell is not even constructed yet?

Question - How does one best calculate the height for a row in the "heightForRowAtIndexPath" method of a UITableViewController, given …

iphone ios uitableview heightforrowatindexpath
heightForRowAtIndexPath being called for all rows & how many rows in a UITableView before performance issues?

I thought I had read that for a UITableView that heightForRowAtIndexPath doesn't get called on all rows, but only on …

iphone ios uitableview heightforrowatindexpath
TableView - heightForRowAtIndexPath not being called

After going through all of the other Stack Overflow forms, I have implemented a dynamic height for one of my …

ios swift uitableview heightforrowatindexpath