次の方法で共有


UIAlertViewStyle 列挙型

定義

のビジュアル スタイル UIAlertView

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

フィールド

Default 0

標準アラート。

LoginAndPasswordInput 3

ユーザーがログイン ID とパスワードを入力できるようにします。

PlainTextInput 2

ユーザーがテキストを入力できるようにします。

SecureTextInput 1

ユーザーがテキストを入力できるようにしますが、テキスト フィールドは隠されています。

注釈

以外 Default の値を指定すると、入力中のテキストを隠すオプションを含め、ユーザーはテキストを入力できます。

適用対象

こちらもご覧ください