根据主页刷新例子做出来后,当segment部分固定后,无法回拉到头部
Closed this issue · 1 comments
zhengjinlong commented
问题描述:
在1.7.2版本,用以下的方式实现一个header+segmentview+scrollview后,在不切换子列表的情况下,可以在主table/子列表间顺滑的进行下拉操作,但是菜单吸顶后, 必须在切换子列表的时候,将之前列表的scrollview scrollToTop 才能让header下拉,否则无法下拉,同时存在在未吸顶情况下,也就是在header上拉未消失的情况下),在scrollview部分稍微上拉一下(即使scrollview部分只出现一小部分),就直接吸顶的问题。相同代码更新到1.8.0后,菜单吸顶后,就卡到只能子列表下拉了,无法显示出来header. 麻烦大佬帮忙看一下是什么原因,万分感谢。
下面两个是list文件:
CapitalVisionNestedTypeViewController.h.txt
CapitalVisionNestedTypeViewController.m.txt
这个是调用list列表的主文件
HomeViewController.h.txt
zhengjinlong commented
已解决,将nestedviewcontroller里面的collectionview的delegate设置成CapitalVisionNestedTypeViewController,并添加scrollviewdidscroll的方法,调用listScrollViewDidScroll方法即可。