Skip to content

Instantly share code, notes, and snippets.

@cardoso
Last active May 21, 2020 20:55
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/41066df9f993f0782df9f10150731f7d to your computer and use it in GitHub Desktop.
Save cardoso/41066df9f993f0782df9f10150731f7d to your computer and use it in GitHub Desktop.
import UIKit
class JoinViewController: UIViewController {
let channelTextField = UITextField()
let joinButton = UIButton()
override func viewDidLoad() {
super.viewDidLoad()
title = "Join Channel"
setupViews()
setupConstraints()
setupHandlers()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment