Skip to content

Commit

Permalink
[Examples] Background color same as code image background
Browse files Browse the repository at this point in the history
  • Loading branch information
isair committed Dec 8, 2015
1 parent 66fe954 commit c408e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MobilePlayerExamples/ExampleViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ExampleViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = UIColor.whiteColor()
view.backgroundColor = UIColor(red: 0.11, green: 0.11, blue: 0.11, alpha: 1)
view.addSubview(codeImageView)
showButton.setTitle("Show Player", forState: .Normal)
showButton.addTarget(self, action: "showButtonDidGetTapped", forControlEvents: .TouchUpInside)
Expand Down

0 comments on commit c408e04

Please sign in to comment.