I\'m creating a number of static custom UITableViewCells and have dragged a UISegmentedControl onto one of the custom cells.
UITableViewCells
UISegmentedControl
Whilst the segmen
I'm not sure in IB, but you could always find the cell in your code and programmatically adjust its UISegmentedControl's height.