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

bug : in a horizontal collection view the pull to refresh triggered from left to right not from top to bottom #46

Closed alouanemed closed 5 years ago

alouanemed commented 5 years ago

提交bug前:

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

When using a horizontal collectionview with empty data, the refresh get triggered if pulled from left to right.

BeatsKitano commented 5 years ago

hello, kafkarefresh is not suitable for collectionview when scrollDirection is horizontal.

alouanemed commented 5 years ago

aha I see, do you recommend any alternatives? Thanks.