Im using UITableView inside of a UITableViewCell.
I want the cell to resize according to the content size of the tableView. 
I have tried to get height of every cell by
 CGRect frame = [self.Table rectForRowAtIndexPath:indexPath];
but it is not returning me the correct height for cells. These cells are getting dynamic height according to text.
 
     
     
     
    