UICollectionView用reloadData方法刷新崩

2016-12-22  本文已影响0人  ioido

用reloadData方法刷新崩溃,改用
[self.collectionView reloadSections:[NSIndexSet indexSetWithIndex:0]];
方法可以解决。

上一篇 下一篇

猜你喜欢

热点阅读