Commit a05191bb authored by David黄金龙's avatar David黄金龙

填写 列表 UI 细化

parent 0aa8b073
...@@ -169,7 +169,7 @@ extension YHInformationPerfectCell { ...@@ -169,7 +169,7 @@ extension YHInformationPerfectCell {
midImagV.layer.zPosition = 10 midImagV.layer.zPosition = 10
midImagV.snp.makeConstraints { make in midImagV.snp.makeConstraints { make in
make.centerY.equalToSuperview() make.centerY.equalToSuperview()
make.left.equalTo(16) make.left.equalTo(kMargin)
make.width.height.equalTo(14) make.width.height.equalTo(14)
} }
...@@ -178,29 +178,29 @@ extension YHInformationPerfectCell { ...@@ -178,29 +178,29 @@ extension YHInformationPerfectCell {
topImagV.snp.makeConstraints { make in topImagV.snp.makeConstraints { make in
make.centerX.equalTo(midImagV) make.centerX.equalTo(midImagV)
make.top.equalToSuperview() make.top.equalToSuperview()
make.bottom.equalTo(midImagV.snp.top) make.bottom.equalTo(midImagV.snp.top).offset(-4)
make.width.equalTo(4) make.width.equalTo(2)
} }
contentView.addSubview(bottomImagV) contentView.addSubview(bottomImagV)
bottomImagV.snp.makeConstraints { make in bottomImagV.snp.makeConstraints { make in
make.centerX.equalTo(midImagV) make.centerX.equalTo(midImagV)
make.top.equalTo(midImagV.snp.bottom) make.top.equalTo(midImagV.snp.bottom).offset(4)
make.width.equalTo(4) make.width.equalTo(2)
make.bottom.equalToSuperview() make.bottom.equalToSuperview()
} }
let holdView = UIView() let holdView = UIView()
holdView.backgroundColor = .white holdView.backgroundColor = .white
holdView.layer.cornerRadius = 12 holdView.layer.cornerRadius = kCornerRadius6
holdView.clipsToBounds = true holdView.clipsToBounds = true
contentView.addSubview(holdView) contentView.addSubview(holdView)
holdView.snp.makeConstraints { make in holdView.snp.makeConstraints { make in
make.centerY.equalToSuperview() make.centerY.equalToSuperview()
make.height.equalTo(68) make.height.equalTo(68)
make.right.equalTo(-16) make.right.equalTo(-kMargin)
make.left.equalTo(midImagV.snp.right).offset(16) make.left.equalTo(midImagV.snp.right).offset(16)
} }
...@@ -215,7 +215,7 @@ extension YHInformationPerfectCell { ...@@ -215,7 +215,7 @@ extension YHInformationPerfectCell {
holdView.addSubview(nextImgV) holdView.addSubview(nextImgV)
nextImgV.snp.makeConstraints { make in nextImgV.snp.makeConstraints { make in
make.centerY.equalToSuperview() make.centerY.equalToSuperview()
make.right.equalTo(-18) make.right.equalTo(-kMargin)
make.width.height.equalTo(16) make.width.height.equalTo(16)
} }
......
{ {
"images" : [ "images" : [
{ {
"filename" : "Group 3431.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
......
{ {
"images" : [ "images" : [
{ {
"filename" : "Group 2499.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "Group 2499@2x.png", "filename" : "Group 2505@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "Group 2499@3x.png", "filename" : "Group 2505@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
{ {
"images" : [ "images" : [
{ {
"filename" : "Ellipse 18.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
......
{ {
"images" : [ "images" : [
{ {
"filename" : "Ellipse 18.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
......
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