Skip to content

Instantly share code, notes, and snippets.

@Zeta611
Last active April 4, 2022 05:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeta611/33092f4738d5c61bb89b0051ced649db to your computer and use it in GitHub Desktop.
Save Zeta611/33092f4738d5c61bb89b0051ced649db to your computer and use it in GitHub Desktop.
[ViewController Template] #iOS #template
//
// ViewController.swift
//
// Created by Jay Lee on 08/23/2019.
// Copyright © 2019 Jay Lee <jaeho.lee@snu.ac.kr>
// This work is free. You can redistribute it and/or modify it under the
// terms of the Do What The Fuck You Want To Public License, Version 2,
// as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
//
import UIKit
class ViewController: UIViewController {
// MARK: Dependencies
// MARK: - State Variables
// MARK: - View Controller Life Cycle
// MARK: - Initializers
}
// MARK: - Setup and Update Views
private extension ViewController {
}
// MARK: - Action Methods
private extension ViewController {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment