I am using UITableView with header in my app and I want to add string in the cell of tableview. In the cell below the header I want to fill string data and as per the size of the string I want to increase the height of the cell
for better understanding I attach the file.
I have check the link1,link2 and link3
but I am not able to get answer which I want.
for better understanding I attach the image too.
label Instructions indicates my header and in next cell I want to add string.
then How can I increase the height of cell according to string length.
thanx in advance.