I’m trying to get my game to work nicely on iPhone X. I have some text that gets inserted into a stack view, which the user can drag to the edge of any screen. When it is placed within the safe areas, the UILabel is displayed narrower (the UIStackView is adjusting its frame).
Is there a way to tell UIStackView to ignore the safe area when doing its own layout? I didn’t spot one.