¡@

Home 

2014/10/15 ¤U¤È 10:12:22

iphone Programming Glossary: order_index

How can swap Row at fromIndex to toIndex in UITableView?

http://stackoverflow.com/questions/15748316/how-can-swap-row-at-fromindex-to-toindex-in-uitableview

have UITableView . And I have NSMutableArray of NSMutableDictionary . like comment field_name field_name 1 main_id 1 order_index 0 picker_value comment field_name field_name 2 main_id 2 order_index 1 picker_value comment field_name field_name.. comment field_name field_name 1 main_id 1 order_index 0 picker_value comment field_name field_name 2 main_id 2 order_index 1 picker_value comment field_name field_name 3 main_id 3 order_index 2 picker_value comment field_name field_name.. comment field_name field_name 2 main_id 2 order_index 1 picker_value comment field_name field_name 3 main_id 3 order_index 2 picker_value comment field_name field_name 4 main_id 4 order_index 3 picker_value Value of key field_name is displayed..