Skip to content

Commit

Permalink
Changes background color to gray.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642676984
  • Loading branch information
Interactive Media Ads Developer Relations authored and IMA Developer Relations committed Jun 12, 2024
1 parent 81f14b9 commit 9d9179e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ @implementation MainViewController
- (void)viewDidLoad {
[super viewDidLoad];
NSLog(@"setting up main view controller");
self.view.backgroundColor = UIColor.whiteColor;
self.view.backgroundColor = UIColor.grayColor;

self.playerViewController = [[VideoViewController alloc] init];

Expand Down

0 comments on commit 9d9179e

Please sign in to comment.