How to change cell height dynamically in UITableView static cell
问题 I am using UITableViewController instead detailView to show one entity details. I populated one row of data from PFQuery in my viewDidLoad method. I have one cell where I am using label, I want to change the size as per NSString size. I checked a lot of answers but all are related to indexPath which is for dynamic and I have static cells. My label showing complete string, but my cell is fixed. How can I change the height of the cell? Please help me to correct this problem. Here is my code: -