Partager via


UIAlertControllerStyle Énumération

Définition

Énumère si un UIAlertController affiche une feuille d’actions ou une alerte.

[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 = 
Héritage
UIAlertControllerStyle
Attributs

Champs

ActionSheet 0

Affiche le contrôleur d’alerte sous forme de feuille d’actions.

Alert 1

Affiche le contrôleur d’alerte en tant qu’alerte.

Remarques

Voici comment s’affiche une feuille d’actions :

Voici comment une alerte est affichée :

S’applique à