[UIView performWithoutAnimation:^{
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:0];
[self.tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
}];
[UIView performWithoutAnimation:^{
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:0];
[self.tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
}];