12207480 / TYCyclePagerView

a simple and usefull cycle pager view ,and auto scroll banner view(轮播图) ,include pageControl for iOS,support Objective-C and swift
MIT License
1.8k stars 331 forks source link

询问一下计算是否有误 #41

Closed AbeiOS closed 6 years ago

AbeiOS commented 6 years ago

在 - caculateIndexSectionWithOffsetX 方法中,计算 itemIndex 的算法里 代码是这样的 NSInteger itemIndex = (middleOffset - leftEdge + layout.minimumInteritemSpacing / 2) / itemWidth; 其中的 + layout.minimumInteritemSpacing / 2 是否应该改成 - layout.itemSize.width / 2 ?

期待你的回复

12207480 commented 6 years ago

没有错