Skip to content

Instantly share code, notes, and snippets.

@gaeng2y
Created April 18, 2022 09:14
Show Gist options
  • Save gaeng2y/b7cf499bdab7e38738641eaa7b19a14c to your computer and use it in GitHub Desktop.
Save gaeng2y/b7cf499bdab7e38738641eaa7b19a14c to your computer and use it in GitHub Desktop.
명령형 예제
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
setupUI()
connectUIControls()
createDataSource()
listenForChanges()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment