I am new to ios development and still this is my problem. I can dynamically calculate the height of a custom cell through the delegate "heightForRowAtIndexPath". Thus, on the first boot, each item is displayed perfectly.
My problem is, as soon as I start scrolling, everything just goes bad. I think that when scrolling, "heightForRowAtIndexPath" is no longer called on the cell that displays, so the height of the new cell cannot be determined.
So, I'm stuck here for a while. I was wondering if any of you could lend a hand to me. thank you in advance.
I will send the code to the appropriate files. These files include user cells h and m. and corresponding functions of the view manager file m.
// // HelpTableViewCell.h
ios objective-c iphone uitableview ios4
Daniel Nguyen Aug 19 2018-11-11T00: 00Z
source share