Contents

safeAreaRegions

The safe area regions that this view controller adds to its view.

Declaration

@MainActor @preconcurrency var safeAreaRegions: SafeAreaRegions { get set }

Discussion

The default value is SafeAreaRegions.all.

See Also

Configuring the controller