ちょっとずつながらも
と、チェックボックスをインデントしたり行順序入れ替えられるようにしたり。
入れ替え開始には、UITable, UITableCell で、
[table setAllowsReordering:YES];
[[table cellAtRow:selectedRow column:0] setEnableReordering:YES animated:YES];
して終了は逆。
- (void) table:(UITable *)target movedRow:(int)row toRow:(int)toRow
- (int) table:(UITable *) table moveDestinationForRow:(int)row withSuggestedDestinationRow:(int) suggestedRow
辺のdelegateを実装すればOK。
次は挿入、削除を何とかしたいのだが。はたして。
トラックバック URL : http://nyanyan.to/archives/336/trackback
コメント (609)