Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created October 29, 2009 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodericj/221768 to your computer and use it in GitHub Desktop.
Save rodericj/221768 to your computer and use it in GitHub Desktop.
- (void)viewWillAppear:(BOOL)animated {
NSLog(@"viewWillAppear in home table view controller");
[self updateMiniProfile:[NSDictionary dictionaryWithContentsOfFile:@"Profile.plist"]];
[super viewWillAppear:animated];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment