I enabled "Use Safe Area Layout Guides" in the storyboard to support iPhone X interface. I have few UIButtons at the top that are clipped in portrait mode. What do I need to do to avoid clipping?
I have autolayout constraint set as button.Top = superview.Top. How do I modify the constraint in the storyboard so that the button comes down to the safe area?
The button is a subview of a container UIView which is fullscreen on iPhone X.