UIStatusBarAnimation 列挙型

定義

ステータス バーが非表示になっているか、表示されている場合に使用できるアニメーションの列挙。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIStatusBarAnimation
type UIStatusBarAnimation = 
継承
UIStatusBarAnimation
属性

フィールド

Fade 1

ステータス バーは、表示または非表示の状態でフェードアウトおよびフェードアウトします。

None 0

アニメーションなし。

Slide 2

状態が悪い場合は、表示または非表示の状態でスライドインまたはアウトします。

適用対象