Hi, I have a nib file with a custom uitableviewcell inside. I dont'subclass uitableviewcell. In my tableViewController, I load my custom uitableviewcell and put it in my tableView. But when the tableview is showed, the height of my cell is the standard uitableviewcell height, why? Because in my nib file the height is 311.
Alex