SegementSlide
SegementSlide copied to clipboard
Multi-tier UIScrollView nested scrolling solution. 😋😋😋
可否优化一下当手势拉动的时候判断是否竖向还是横向的,然后再对 scrollView 进行响应。
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?
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...