Skip to content

Commit 9f5f588

Browse files
hidehikomatudamadoka3530
authored andcommitted
Merged in fix/SBA_19AW-46 (pull request wangjwchn#35)
active画像修正
2 parents ed8e7b5 + a35820c commit 9f5f588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Share Beauty App/Controllers/Gsc/GscTopViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ class GscTopViewController: GscBaseViewController, UIScrollViewDelegate, MoviePl
355355
mSunCareSelectView2.addSubview(urbanLbl)
356356

357357
//Active,Sports Btn
358-
let activeBtnImg = UIImage.init(named: "active")
359-
let activeBtn = UIButton.init(frame: CGRect(x: selfWidth/4 * 3, y: 0, width: selfWidth/4, height: selfHeight - 69))
358+
let activeBtnImg = UIImage.init(named: "active_sports")
359+
let activeBtn = UIButton.init(frame: CGRect(x: selfWidth/4 * 3, y: 0, width: selfWidth/4, height: selfHeight - 200))
360360
activeBtn.addTarget(self, action: #selector(GscTopViewController.onTapActiveBtn), for: .touchUpInside)
361361
activeBtn.setBackgroundImage(activeBtnImg, for: .normal)
362362
mSunCareSelectView2.addSubview(activeBtn)

0 commit comments

Comments
 (0)