Skip to content

Instantly share code, notes, and snippets.

@djpeach
Created October 4, 2019 14:49
Show Gist options
  • Save djpeach/f01c66e220c283afe5645ce0fc9488f8 to your computer and use it in GitHub Desktop.
Save djpeach/f01c66e220c283afe5645ce0fc9488f8 to your computer and use it in GitHub Desktop.
Basic ViewController
//
// ViewController.swift
// YourAppName
//
// Created by Daniel Peach on 10/4/19.
// Copyright © 2019 Daniel Peach. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
view.backgroundColor = .systemPurple
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment