Instance Method インスタンスメソッド

ignoresSafeArea(_:edges:)

Expands the view out of its safe area. ビューをそれの安全領域の外に拡張します。

Declaration 宣言

func ignoresSafeArea(_ regions: SafeAreaRegions = .all, edges: Edge.Set = .all) -> some View

Return Value 戻り値

a new view with its safe area expanded. 拡張されたそれの安全領域をもつ、ある新しいビュー。

Parameters パラメータ

regions

the kinds of rectangles removed from the safe area that should be ignored (i.e. added back to the safe area of the new child view).

edges

the edges of the view that may be outset, any edges not in this set will be unchanged, even if that edge is abutting a safe area listed in regions. たとえその縁がregionsにおいて列記される安全領域に接するとしても、アウトセット(外側差込)されるかもしれないこのビューの縁それら、この集合の中にないあらゆる縁は変更されません。