Commit 81cdfdc4 authored by David黄金龙's avatar David黄金龙

处理第一张选择

parent ca1cc7ac
...@@ -75,6 +75,7 @@ extension YHHomeBannerIndicatorView { ...@@ -75,6 +75,7 @@ extension YHHomeBannerIndicatorView {
make.top.bottom.equalToSuperview() make.top.bottom.equalToSuperview()
make.width.equalTo(16) make.width.equalTo(16)
} }
view.backgroundColor = selectedColor
} else if i == indicatorItems - 1 { } else if i == indicatorItems - 1 {
view.snp.makeConstraints { make in view.snp.makeConstraints { make in
make.left.equalTo(tagView!.snp.right).offset(3) make.left.equalTo(tagView!.snp.right).offset(3)
......
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