UIAlertControllerStyle Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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 :