Skip to content

Commit

Permalink
Add title.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed Jul 12, 2016
1 parent 174fc1d commit f893152
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class CustomizationTableViewController: UITableViewController {
override func viewDidLoad() {
super.viewDidLoad()

title = "Customization"

if let numberOfPointsForStar = nightView?.numberOfPointsForStar {
numberOfPointsForStarLabel.text = String(format: "%.1f", numberOfPointsForStar)
numberOfPointsForStarSlider.value = Float(numberOfPointsForStar)
Expand Down

0 comments on commit f893152

Please sign in to comment.