UINavigationBar.PopNavigationItem(Boolean) 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.
Pops the topmost UINavigationItem, optionally animating the change.
[Foundation.Export("popNavigationItemAnimated:")]
public virtual UIKit.UINavigationItem PopNavigationItem (bool animated);
abstract member PopNavigationItem : bool -> UIKit.UINavigationItem
override this.PopNavigationItem : bool -> UIKit.UINavigationItem
Parameters
- animated
- Boolean
Set to true
, if the navigation bar should be animated. Otherwise set to false
.
Returns
The top popped item.
- Attributes