[UIView performWithoutAnimation:^{
//刷新界面
[self.collectionView reloadData];
//包括加载更多刷新的界面
....
}];
from
http://blog.csdn.net/wujakf/article/details/53515212
[UIView performWithoutAnimation:^{
//刷新界面
[self.collectionView reloadData];
//包括加载更多刷新的界面
....
}];
from
http://blog.csdn.net/wujakf/article/details/53515212