WKInterfaceController.SetTitle(String) Method

Definition

Sets the title for the interface.

[Foundation.Export("setTitle:")]
public virtual void SetTitle (string title);
abstract member SetTitle : string -> unit
override this.SetTitle : string -> unit

Parameters

title
String

The new title.

This parameter can be null.

Attributes

Remarks

If the Extension contains a Localizable.string file, the title parameter will be used as the key to lookup the value displayed.

Applies to