I am currently working on a feature for dynamically changing a UITableView cell's height while typing. So, if the user has typed in a item that extends the current max width for a cell, then a the cell's height should increase. My specialized TableViewCell contains a TextView and an UILabel and is also, connected to another cell below it. So, there is a TableView with two TableViewCells within that one TableView. I've been trying to experiment ways that it could be solved but nothing has worked so far. Does anyone have any conceptual ideas to get it done?