Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created July 9, 2020 00:06
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 cardoso/10c1a3a1ca711982b8c854cb79afa321 to your computer and use it in GitHub Desktop.
Save cardoso/10c1a3a1ca711982b8c854cb79afa321 to your computer and use it in GitHub Desktop.
import UIKit
class JoinViewController: UIViewController {
let memberButton = UIButton()
let instructorButton = UIButton()
override func viewDidLoad() {
super.viewDidLoad()
title = "Join"
setupViews()
setupConstraints()
setupHandlers()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment