Skip to content

Commit

Permalink
updated comment to test commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Brooke authored and Scott Brooke committed Feb 21, 2015
1 parent 98ab052 commit d7ed7f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Postcard/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class ViewController: UIViewController {
}

@IBAction func sendMailButtonPressed(sender: UIButton) {
// Code will evaluate when we press the button
// Adding a comment here to test commits
messageLabel.hidden = false
messageLabel.text = enterMessageTextField.text
messageLabel.textColor = UIColor.redColor()
Expand Down

0 comments on commit d7ed7f6

Please sign in to comment.