UINavigationControllerDelegate.DidShowViewController Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Вызывается системой вскоре после того, как viewController
стал видимым.
[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
Параметры
- navigationController
- UINavigationController
- viewController
- UIViewController
- animated
- Boolean
- Атрибуты