Created
May 18, 2018 21:17
-
-
Save harrysummers/33cb567be3c4f9008833456f4b95db34 to your computer and use it in GitHub Desktop.
Assigning the viewController property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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