iOS: change the height of UISegmentedcontrol

Viewed 54347

I am trying to change the height of UISegmentedcontrol, but it is not allowed in the Interface Builder. Is there any way to change or it is impossible?

Thanks

16 Answers

Just Go to Storyboard where id UisegmentContrrole is located and set height constraint with your custom heights as

enter image description here

Related