additionalSafeAreaInsets
Custom insets that you specify to modify the view controller’s safe area.
Declaration
var additionalSafeAreaInsets: UIEdgeInsets { get set }Mentioned in
Discussion
Use this property to adjust the safe area insets of this view controller’s views by the specified amount. The safe area defines the portion of your view controller’s visible area that is guaranteed to be unobscured by the system status bar or by an ancestor-provided view such as the navigation bar.
You might use this property to extend the safe area to include custom content in your interface. For example, a drawing app might use this property to avoid displaying content underneath tool palettes.