WKInterfaceController.PopToRootController 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.
In a navigation interface, pops all WKInterfaceController except the root.
[Foundation.Export("popToRootController")]
[ObjCRuntime.ThreadSafe(false)]
public virtual void PopToRootController ();
abstract member PopToRootController : unit -> unit
override this.PopToRootController : unit -> unit
- Attributes
Remarks
This method must be called from the Watch Kit Extension's main thread. (See InvokeOnMainThread(Selector, NSObject) and BeginInvokeOnMainThread(Selector, NSObject))
This can be used from a background thread.