次の方法で共有


WKInterfaceTable.InsertRows(NSIndexSet, String) メソッド

定義

指定した を持つ行コントローラーに関連付けられているテーブルに行を追加します rowType

[Foundation.Export("insertRowsAtIndexes:withRowType:")]
public virtual void InsertRows (Foundation.NSIndexSet rowIndexes, string rowType);
abstract member InsertRows : Foundation.NSIndexSet * string -> unit
override this.InsertRows : Foundation.NSIndexSet * string -> unit

パラメーター

rowIndexes
NSIndexSet

新しい行を追加するインデックス。

rowType
String

行コントローラーの種類に関連付けられているストーリーボード識別子。

属性

注釈

rowType 、ストーリーボードの Identifier 行コントローラーに関連付けられている値と一致する必要があります。

iOS とは異なり、行は仮想化されません。 Apple では、Watch アプリの使用行数が 20 行未満であることをお勧めします。

適用対象