ra1028/Former

UITableView reloadData , keyboard dismiss

softknife opened this issue · 1 comments

I have a TextView inside a UITableViewCell. The text inside the TextView can be edited right there in place.

The TextView grows and shrinks vertically depending on the number of lines the text contains. So far I haven't found a possibility to also let the row containing the TextView grow and shrink dynamically.

I find some solution at stackoverflow

This is a duplicate to #108, closing this issue. I'll leave #108 open and we can try to solve this there.