UITabBarControllerDelegate.ViewControllerSelected Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the app user selected an item from the tab bar.
[Foundation.Export("tabBarController:didSelectViewController:")]
public virtual void ViewControllerSelected (UIKit.UITabBarController tabBarController, UIKit.UIViewController viewController);
abstract member ViewControllerSelected : UIKit.UITabBarController * UIKit.UIViewController -> unit
override this.ViewControllerSelected : UIKit.UITabBarController * UIKit.UIViewController -> unit
Parameters
- tabBarController
- UITabBarController
- viewController
- UIViewController
- Attributes