I need to expand the height of cell as per text size , How can I calculate the height of the text in textView .
I have used textview in cell to show contents and using constraints to set width which is not static .
Can anyone guide me how can i calculate height of textview ?
Thanks :)