LLSegmentViewController icon indicating copy to clipboard operation
LLSegmentViewController copied to clipboard

可添加header的多控制器列表,主流APP分类切换滚动视图(京东,网易新闻,爱奇艺,QQ弹性小球等,可高度自定义,项目结构清晰);UIScrollView 嵌套,可做个人详情页,商品详情页,页面多tableView滑动悬停

Results 13 LLSegmentViewController issues
Sort by recently updated
recently updated
newest added

pageView子vc里的tableview数据高度不够时,上拉整体滚动到底部后,再往上拉,不松开手势,整体视图滚动回到顶部后,tableview的下拉刷新控件拉不出来,一直有弹性效果。需要松开手,再次下拉,下拉刷新控件才能正常显示

问题描述: LLSegmentViewController 中 open func selected(at Index:NSInteger,animation:Bool){} 方法无效 ` open func selected(at Index:NSInteger,animation:Bool) { guard (ctls.count < Index && Index > 0) else { return } segmentCtlView.selected(at: Index, animation: animation)...

数据少于1页的时候无法下拉刷新

引入到自己项目中, ContainerScollerView容器中, 具有点击事件的子视图, 数量为单个时, 上下滑动子视图会触发其点击事件, 不知道为什么, demo中却没问题, 希望作者有时间看下, 😂

open func selected(at Index:NSInteger,animation:Bool) { guard (ctls.count < Index && Index > 0) else { return } segmentCtlView.selected(at: Index, animation: animation) } guard (ctls.count < Index && Index > 0)...

在导航栏设置属性 self.navigationController?.navigationBar.isTranslucent = true时,内部tabview上滑时和外部scrollview同时连动了

在demo里的->详情页->列表刷新中。我需要接收headview滑动到顶部和正常展开的headview两种状态。我似乎没有在里面看到有对应的事件。希望可以指点下。谢谢。

在xr/xs上 顶部segmentCtlView会一起滚动