Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created January 22, 2010 03:25
Show Gist options
  • Select an option

  • Save ejknapp/283476 to your computer and use it in GitHub Desktop.

Select an option

Save ejknapp/283476 to your computer and use it in GitHub Desktop.
// 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