SegementSlide icon indicating copy to clipboard operation
SegementSlide copied to clipboard

能否实现底层的 scrollView 是 UITableView的情况

Open janicezhw opened this issue 3 years ago • 1 comments

open class SegementSlideViewController: UIViewController { public internal(set) var scrollView: SegementSlideScrollView! ... }

这里已经固定是 SegementSlideScrollView 了,不好改为UITableView。

janicezhw avatar Sep 24 '21 09:09 janicezhw

open class SegementSlideViewController: UIViewController { public internal(set) var scrollView: SegementSlideScrollView! ... }

这里已经固定是 SegementSlideScrollView 了,不好改为UITableView。

这里改为 TableView 的目的是什么?交流学习一下

talka123456 avatar Nov 09 '22 16:11 talka123456