UINavigationItem.SetHidesBackButton(Boolean, 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.
Sets whether the back button is hidden, with the option to animate the change.
[Foundation.Export("setHidesBackButton:animated:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetHidesBackButton (bool hides, bool animated);
abstract member SetHidesBackButton : bool * bool -> unit
override this.SetHidesBackButton : bool * bool -> unit
Parameters
- hides
- Boolean
true
to hide the button.
- animated
- Boolean
- Attributes