Swift – tableView Row height updates only after scrolling or toggle expand/collapse

Here’s what I got working based on my understanding of the overall goals of OP. If I’m misunderstanding, the following is still a working example. Full working project is also linked below. Goals: Dynamically sized TableViewCells that are also Collapsable to show/hide additional details I tried a number of different ways, this is the only … Read more