BeatsKitano / KafkaRefresh

Animated, customizable, and flexible pull-to-refresh framework for faster and easier iOS development.
MIT License
1.21k stars 142 forks source link

UICollectionView 在数据无法填充屏幕时 刷新和加载都触发不了。 #40

Closed Ludy2015 closed 6 years ago

Ludy2015 commented 6 years ago

提交bug前:

提交bug必须包含下列要点:

BeatsKitano commented 6 years ago

设置collectionView.alwaysBounceVertical = YES;即可 collectionView默认bounce为NO;