Skip to content

Commit c0dcb3e

Browse files
committed
Added view relaying test in Tabbar example.
1 parent 8d6f9d9 commit c0dcb3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TabbedExample/TabbedExample/ThirdViewController.m

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ - (void)viewDidUnload
4242
// e.g. self.myOutlet = nil;
4343
}
4444

45+
- (void)viewDidAppear:(BOOL)animated {
46+
[super viewDidAppear:animated];
47+
48+
self.view.backgroundColor = [UIColor brownColor];
49+
}
50+
4551
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
4652
{
4753
// Return YES for supported orientations

0 commit comments

Comments
 (0)