UIView.SafeAreaLayoutGuide プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ナビゲーションとタブ バー、ツール バー、その他のコンテンツがコンテンツのビューを隠さないように、コンテンツを配置するためのレイアウト ガイドを取得します。
[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)有効になります)。