I am trying to change height of UISegmentedControl using this code:
UISegmentedControl
CGRect frame= mySegmentedControl.frame; [mySegmentedControl setFrame:CGRectM
For me i'm using this mySegmentedControl.frame=CGRectMake(236, 178, 171, 35); and it works like a charme.
mySegmentedControl.frame=CGRectMake(236, 178, 171, 35);
Did you check the frame values?