iphone - Animating TableView Instead of Plain Reloading -


i trying animate reloading of table view. currently, download array of table view items , if user reloads table view manually, downloads separate array, compares current newly downloaded, , if different, reloads table view newly downloaded array. there easy way to, somehow, compare arrays , insert/delete rows (animated, of course) accordingly?

i found apple's table view programming guide useful question:
http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/tableview_iphone/manageinsertdeleterow/manageinsertdeleterow.html


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -