jasnig / ZJScrollPageView

网易新闻, 腾讯视频, 头条 等首页的滑块视图联动的效果OC版的简单方便的集成, 滑块 segmentVIew, scrollViewController(Providing an easy way to reach the effect that "the segment scrolls with the content")
MIT License
1.11k stars 197 forks source link

在设置3个title的情况,点击中间的title后,segmentBar出现不响应的情况 #28

Open pinguo-mazhong opened 7 years ago

pinguo-mazhong commented 7 years ago

经排查,pod install安装的0.4.0版本与git clone下来的不一样 通过pod安装的代码,在ZJScrollSegmentView.m的adjustTitleOffSetToCurrentIndex:方法里有userInteractionEnabled属性相关的设置(问题就是出在将userInteractionEnabled设为NO之后,没有将起设为YES),但是git clone下来的代码里是去掉了对userInteractionEnabled属性的操作的。可否将最新的问题代码推到pod服务器上?

jasnig commented 7 years ago

@pinguo-mazhong 朋友, 我这里pod更新不方便, 所以ready中已经去掉了cocoapods安装的说明了

GitterYang commented 7 years ago

设置3个title的情况,假设我现在是选中的第一个title,然后快速滑到最后一个,同时还继续滑动的时候(保证标题栏还未变色),然后松开手指,这个时候下划线移动了, 但是标题栏的颜色没有进行相应的改变