Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created October 24, 2018 18:08
Show Gist options
  • Save vialyx/e50ba06ac748b976c585dfb02e9a5c95 to your computer and use it in GitHub Desktop.
Save vialyx/e50ba06ac748b976c585dfb02e9a5c95 to your computer and use it in GitHub Desktop.
import UIKit
class ViewController: UIViewController {
@IBOutlet weak var contentView: UIView!
override func viewDidLoad() {
super.viewDidLoad()
contentView.backgroundColor = .yellow
}
// MARK: - Navigation
@IBAction func unwind(segue: UIStoryboardSegue) {
// Add this function
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment