Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brett-stover-hs/9ccb78c64c780d1805f5 to your computer and use it in GitHub Desktop.
Save brett-stover-hs/9ccb78c64c780d1805f5 to your computer and use it in GitHub Desktop.
consumer view controller
import UIKit
import BrandingFramework
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = UIColor.brandedColor()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment