Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Jan 7, 2017
1 parent 74996f0 commit f6660ab
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions HomeAssistant/Views/AboutViewController.swift
Expand Up @@ -206,22 +206,4 @@ class HomeAssistantLogoView: UIView {
super.init(coder: aDecoder)
}

// override init(frame: CGRect) {
// super.init(frame: frame)
// let imageView = UIImageView(image: UIImage(named: "Logo"))
// imageView.frame = CGRect(x: 0, y: 0, width: 320, height: 130)
// imageView.autoresizingMask = .flexibleWidth
// self.frame = CGRect(x: 0, y: 0, width: 320, height: 130)
// imageView.contentMode = .scaleAspectFit
// self.addSubview(imageView)
//
// let descriptionLabel = UILabel(frame: CGRect(x: 0, y: 0, width: 250, height: 50))
// descriptionLabel.textAlignment = .center
// descriptionLabel.text = "Awaken your home"
// self.addSubview(descriptionLabel)
// }
//
// required init?(coder aDecoder: NSCoder) {
// fatalError("init(coder:) has not been implemented")
// }
}

0 comments on commit f6660ab

Please sign in to comment.