UIPopoverPresentationControllerDelegate.ShouldDismissPopover Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Solicita si el popoverPresentationController
controlador debe descartar la ventana emergente en función de las acciones del usuario.
[Foundation.Export("popoverPresentationControllerShouldDismissPopover:")]
public virtual bool ShouldDismissPopover (UIKit.UIPopoverPresentationController popoverPresentationController);
abstract member ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
override this.ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
Parámetros
- popoverPresentationController
- UIPopoverPresentationController
Devoluciones
- Atributos