diff --git a/Yep/Show.storyboard b/Yep/Show.storyboard index 1570037d..7039306b 100644 --- a/Yep/Show.storyboard +++ b/Yep/Show.storyboard @@ -23,12 +23,12 @@ - + - - - + + + diff --git a/Yep/ViewControllers/Show/ShowStepViewController.swift b/Yep/ViewControllers/Show/ShowStepViewController.swift index 4a363565..9e755b95 100644 --- a/Yep/ViewControllers/Show/ShowStepViewController.swift +++ b/Yep/ViewControllers/Show/ShowStepViewController.swift @@ -20,6 +20,8 @@ class ShowStepViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() + titleLabel.textColor = UIColor.yepTintColor() + titleLabelBottomConstraint.constant = Ruler.match(.iPhoneHeights(20, 30, 30, 30)) subTitleLabelBottomConstraint.constant = Ruler.match(.iPhoneHeights(120, 140, 160, 180)) } diff --git a/Yep/ViewControllers/Show/ShowViewController.swift b/Yep/ViewControllers/Show/ShowViewController.swift index ffacb03c..e4a5946a 100644 --- a/Yep/ViewControllers/Show/ShowViewController.swift +++ b/Yep/ViewControllers/Show/ShowViewController.swift @@ -24,6 +24,7 @@ class ShowViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() + finishButton.tintColor = UIColor.yepTintColor() pageControlBottomConstraint.constant = Ruler.match(.iPhoneHeights(0, 10, 20, 30)) finishButtonBottomConstraint.constant = Ruler.match(.iPhoneHeights(20, 30, 40, 50))