Edit

Share via


WKInterfaceController.PopController Method

Definition

In a navigation interface, pops the current WKInterfaceController.

[Foundation.Export("popController")]
[ObjCRuntime.ThreadSafe(false)]
public virtual void PopController ();
abstract member PopController : unit -> unit
override this.PopController : 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.

Applies to