WKInterfaceController.SetTitle(String) 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 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
- Attributes
Remarks
If the Extension contains a Localizable.string
file, the title
parameter will be used as the key to lookup the value displayed.