How to Implement UITextView inside UITableView inside UITableView Swift

前端 未结 2 1818
青春惊慌失措
青春惊慌失措 2021-01-29 04:10

how to implement UITextView inside UITableView inside UITableView ??

(1) If you type text in \'UITextView\', the height of \'UITableViewCell2\' is automatically

2条回答
  •  野的像风
    2021-01-29 04:40

    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.

提交回复
热议问题