how to implement UITextView inside UITableView inside UITableView ??
(1) If you type text in \'UITextView\', the height of \'UITableViewCell2\' is automatically
Nesting table views may not be the ideal solution for this, but your UITableViewCell would need to estimate and measure the whole height of the embedded UITableView, and propagate changes up to the parent table.