¡@

Home 

2014/10/15 ¤U¤È 10:13:41

iphone Programming Glossary: sectionstodelete

UITableView: deleting sections with animation

http://stackoverflow.com/questions/1061071/uitableview-deleting-sections-with-animation

and rows void createFilteredTableGroups index set to hold sections to remove for deletion animation NSMutableIndexSet sectionsToDelete NSMutableIndexSet indexSet sectionsToDelete removeIndex 0 array to track cells for deletion animation NSMutableArray cellsToDelete.. set to hold sections to remove for deletion animation NSMutableIndexSet sectionsToDelete NSMutableIndexSet indexSet sectionsToDelete removeIndex 0 array to track cells for deletion animation NSMutableArray cellsToDelete NSMutableArray array array to track.. all items in section add section to removed in animation if controllersToDeleteInCurrentSection count section count sectionsToDelete addIndex i controllersToDelete addObject controllersToDeleteInCurrentSection copy the unfiltered data so we can remove..