次の方法で共有


UIAlertControllerStyle 列挙型

定義

がアクション シートまたはアラートを表示しているかどうかを UIAlertController 列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAlertControllerStyle
type UIAlertControllerStyle = 
継承
UIAlertControllerStyle
属性

フィールド

ActionSheet 0

アラート コントローラーをアクション シートとして表示します。

Alert 1

アラート コントローラーをアラートとして表示します。

注釈

アクション シートの表示方法を次に示します。

アラートの表示方法は次のとおりです。

適用対象