I am just not finding a good solution to this issue. I have a UITextView subclassed in a UITableViewCell. Right now I have the TextView dynamically resizing, but the cell is not. That is because the heightForRowAtIndexPath is only being called on load. How can I have this called without calling cellForRowWithIndexPath (i.e. reloadData)…
Any help would be great! thanks!
Its actually pretty simple, just use something like this inside the uitableviewcell
Can’t remember, but the superview of uitableviewcell should be the uitableview.