Search code examples
iosautolayoutstoryboardinterface-builderxcode11

Not able to set proportional height for a UIView in storyboard in Xcode 11


When I am trying to set the width of a UIView to be proportional to the superview from storyboard the option is not showing up in Xcode 11. But in Xcode 10 it's showing the "Equal Widths" and "Equal Heights" option.

Xcode 11


Solution

  • Works fine for me in Xcode 11.2:

    enter image description here