Skip to content

Instantly share code, notes, and snippets.

@thomaswhyyou
Forked from ChrisRisner/eventFlow.m
Last active August 29, 2015 14:24
Show Gist options
  • Save thomaswhyyou/a5d1e5f04f45ebe198ba to your computer and use it in GitHub Desktop.
Save thomaswhyyou/a5d1e5f04f45ebe198ba to your computer and use it in GitHub Desktop.
2012-12-27 12:27:35.942 DayTwentyFour[20082:c07] initWithCoder
2012-12-27 12:27:35.947 DayTwentyFour[20082:c07] loadView
2012-12-27 12:27:35.949 DayTwentyFour[20082:c07] viewDidLoad
2012-12-27 12:27:35.949 DayTwentyFour[20082:c07] viewWillAppear
2012-12-27 12:27:35.952 DayTwentyFour[20082:c07] viewWillLayoutSubviews
2012-12-27 12:27:35.952 DayTwentyFour[20082:c07] viewDidLayoutSubviews
2012-12-27 12:27:35.956 DayTwentyFour[20082:c07] viewDidAppear
2012-12-27 12:31:43.150 DayTwentyFour[20082:c07] viewWillDisappear
2012-12-27 12:31:43.502 DayTwentyFour[20082:c07] viewDidDisappear
2012-12-27 12:31:44.613 DayTwentyFour[20082:c07] viewWillAppear
2012-12-27 12:31:44.614 DayTwentyFour[20082:c07] viewWillLayoutSubviews
2012-12-27 12:31:44.614 DayTwentyFour[20082:c07] viewDidLayoutSubviews
2012-12-27 12:31:44.965 DayTwentyFour[20082:c07] viewDidAppear
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
NSLog(@"viewDidLoad");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment