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

在collectionView里,显示偏右 #49

Closed libern closed 5 years ago

libern commented 5 years ago

iPhone X, 最新kafkaRefresh版本,iOS12

当想要集成到这个里面时:https://github.com/SoySauceLab/CollectionKit

都能正常显示,但是,显示出现了不居中(偏右)

image

libern commented 5 years ago

image

masuhara commented 5 years ago

@libern Same here. How do you fix it?

masuhara commented 5 years ago

@OpenFeyn Thanks for the great lib. I installed ver 1.4.0 but this issue is not fixed for me.

triangle dots type indicator / on CollectionView

Thanks

BeatsKitano commented 5 years ago

please tell me the steps to reproduce. i test it, the demo without problem. Is CollectionView over-customized?

libern commented 5 years ago

You shouldn't set any contentInset to the CollectionView, Otherwise, this lib will not working expected.

AL-bruce commented 4 years ago

UICollectionView set contentInset will show the mistake

AL-bruce commented 4 years ago

iPhone X, 最新kafkaRefresh版本,iOS12

当想要集成到这个里面时:https://github.com/SoySauceLab/CollectionKit

都能正常显示,但是,显示出现了不居中(偏右)

image

请问是改了源码还是其他方式居中的呢