I have a NIB file with a custom UITableViewCell inside. I don’t subclass UITableViewCell. In my tableViewController, I load my custom UITableViewCell and put it in my tableView. But when the tableView is shown, the height of my cell is the standard `UITableViewCell height. Why? In my NIB file, the height is 311.
I have a NIB file with a custom UITableViewCell inside. I don’t subclass UITableViewCell
Share
You need to implement
in your table view delegate.