UIView.SafeAreaLayoutGuide プロパティ

定義

ナビゲーションとタブ バー、ツール バー、その他のコンテンツがコンテンツのビューを隠さないように、コンテンツを配置するためのレイアウト ガイドを取得します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UILayoutGuide SafeAreaLayoutGuide { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("safeAreaLayoutGuide", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.SafeAreaLayoutGuide : UIKit.UILayoutGuide

プロパティ値

属性

注釈

iOS 11 で導入されたこのプロパティと関連 SafeAreaInsets プロパティは、 の端 UIView にあるインセットを記述し、開発者のコンテンツを隠す可能性があります。

このプロパティは、 がビュー階層に追加され、レイアウトされた後 UIView にのみ有効です (たとえば、 で ViewDidAppear(Boolean)有効になります)。

適用対象