Commit f434f3f5 authored by Steven杜宇's avatar Steven杜宇

// 预览

parent cde61518
...@@ -114,8 +114,8 @@ class YHGCPreviewControllerHoldViewController: UIViewController { ...@@ -114,8 +114,8 @@ class YHGCPreviewControllerHoldViewController: UIViewController {
//配置指示器 //配置指示器
let indicator = JXSegmentedIndicatorLineView() let indicator = JXSegmentedIndicatorLineView()
indicator.indicatorWidth = 16 indicator.indicatorWidth = 16
indicator.indicatorHeight = 4 indicator.indicatorHeight = 2
indicator.indicatorCornerRadius = 2 indicator.indicatorCornerRadius = 0.0
indicator.verticalOffset = 4 indicator.verticalOffset = 4
indicator.indicatorColor = UIColor.brandMainColor indicator.indicatorColor = UIColor.brandMainColor
segmentedView.indicators = [indicator] segmentedView.indicators = [indicator]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment