tags:

views:

86

answers:

2

IS there an easier way to animate the table view. All the rows in my table view change when the user clicks the tab on header of the section of the table view.

A: 

use,

[tableView reloadSections:[NSIndexSet indexSetWithIndex:section] withRowAnimation:UITableViewRowAnimationFade];

karim
A: 

I have done something like this, but still having problem

https://devforums.apple.com/message/203395#203395

karim