Last active
December 10, 2015 05:58
-
-
Save ChrisRisner/4391376 to your computer and use it in GitHub Desktop.
iOS Day 24
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
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 |
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
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 |
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
- (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