UINavigationControllerDelegate.DidShowViewController Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Chamado pelo sistema logo após o viewController
tornar-se visível.
[Foundation.Export("navigationController:didShowViewController:animated:")]
public virtual void DidShowViewController (UIKit.UINavigationController navigationController, UIKit.UIViewController viewController, bool animated);
abstract member DidShowViewController : UIKit.UINavigationController * UIKit.UIViewController * bool -> unit
override this.DidShowViewController : UIKit.UINavigationController * UIKit.UIViewController * bool -> unit
Parâmetros
- navigationController
- UINavigationController
- viewController
- UIViewController
- animated
- Boolean
- Atributos