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.
[Foundation.Export("setHidesBackButton:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetHidesBackButton(bool hides, bool animated);
[<Foundation.Export("setHidesBackButton:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetHidesBackButton : bool * bool -> unit
override this.SetHidesBackButton : bool * bool -> unit
Parameters
- hides
- Boolean
- animated
- Boolean
- Attributes