We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6f9d9 commit c0dcb3eCopy full SHA for c0dcb3e
TabbedExample/TabbedExample/ThirdViewController.m
@@ -42,6 +42,12 @@ - (void)viewDidUnload
42
// e.g. self.myOutlet = nil;
43
}
44
45
+- (void)viewDidAppear:(BOOL)animated {
46
+ [super viewDidAppear:animated];
47
+
48
+ self.view.backgroundColor = [UIColor brownColor];
49
+}
50
51
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
52
{
53
// Return YES for supported orientations
0 commit comments