SegementSlide icon indicating copy to clipboard operation
SegementSlide copied to clipboard

Multi-tier UIScrollView nested scrolling solution. 😋😋😋

Results 42 SegementSlide issues
Sort by recently updated
recently updated
newest added

可否优化一下当手势拉动的时候判断是否竖向还是横向的,然后再对 scrollView 进行响应。

Hello This library not support RTL

enhancement

Hi I have implemented SegementSlideViewController in my app and want to assign one header view which contains a collection view inside my problem is a collection not getting scrolled. I...

I see the example supports controllers defined programatically. Can we have example if supported through xib or storyboard?

enhancement

SegementSlideContentScrollViewDelegate 的 scrollView 能不能改个前缀或者其他名字,跟系统的scrollView命名冲突了

让headerview固定在顶部, 不随着滚动而滑动.

open class SegementSlideViewController: UIViewController { public internal(set) var scrollView: SegementSlideScrollView! ... } 这里已经固定是 SegementSlideScrollView 了,不好改为UITableView。

I want to scroll to top tapping same tab bar item again, but the scrollview which class is `SegementSlideScrollView`, contentOffset value is not changing. scrollview of viewControllers in contentView is...

复现: 1.进入子页面,而后一直想左滑,直到出现第一个segmentTitle 2.当offset

enhancement