Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harrysummers/33cb567be3c4f9008833456f4b95db34 to your computer and use it in GitHub Desktop.
Save harrysummers/33cb567be3c4f9008833456f4b95db34 to your computer and use it in GitHub Desktop.
Assigning the viewController property
override func viewDidLoad() {
super.viewDidLoad()
addAlbumView.viewController = self
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment