Upravit

Sdílet prostřednictvím


WKInterfaceTable.SetRowTypes(String[]) Method

Definition

Populates the table with rows whose types are specified in rowTypes.

[Foundation.Export("setRowTypes:")]
public virtual void SetRowTypes (string[] rowTypes);
abstract member SetRowTypes : string[] -> unit
override this.SetRowTypes : string[] -> unit

Parameters

rowTypes
String[]

An array equal to the total number of rows in the table. The values are the storyboard identifier(s) associated with the row controller type.

Attributes

Remarks

This method will remove any existing rows from the table prior to populating the table.

Applies to