Created
January 22, 2010 03:25
-
-
Save ejknapp/283476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Demo of IBOutlet | |
| // Implement viewDidLoad to do additional setup after loading the view, typically from a nib. | |
| - (void)viewDidLoad { | |
| [super viewDidLoad]; | |
| self.myFirstLabel.text = @"Fred"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment