macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

insertRowAtIndex:withType:asSubrowOfRow:animate:

指定の位置に指定の行を追加します
-(void)insertRowAtIndex:(NSInteger)rowIndex:
            withType:(NSRuleEditorRowType)rowType:
            asSubrowOfRow:(NSInteger)parentRow:
            animate:(BOOL)shouldAnimate:

解説

指定の位置に指定の行を追加します。

返り値

( void )

引数

( NSInteger )rowIndex
( NSRuleEditorRowType )rowType
( NSInteger )parentRow
( BOOL )shouldAnimate

フレームワーク

ApplicationKit

クラス

NSRuleEditor

使用可能

10.5

参照

例文