I am loading data into a UITableviewcell from a server and the problem is that sometimes the text returned is large and sometimes less . Now the problem is when large text is returned , the tableview cell is not able to display the whole data , and when the text returned is small , then there is a blank space in the cell which does not look good.
Can someone help me in this matter please ?