[UIView performWithoutAnimation:^{
?? ? ? ? ? ? ? ?[_collectionView reloadSections:indexSet];
}];
//視圖轉(zhuǎn)換時不執(zhí)行動畫定拟,參數(shù)為block對象,來執(zhí)行你要執(zhí)行的代碼
+ (void)performWithoutAnimation:(void (^)(void))actionsWithoutAnimation
[UIView performWithoutAnimation:^{
?? ? ? ? ? ? ? ?[_collectionView reloadSections:indexSet];
}];
//視圖轉(zhuǎn)換時不執(zhí)行動畫定拟,參數(shù)為block對象,來執(zhí)行你要執(zhí)行的代碼
+ (void)performWithoutAnimation:(void (^)(void))actionsWithoutAnimation