Created
May 18, 2018 21:15
-
-
Save harrysummers/763c761b3c20380b7cd9224291e196f1 to your computer and use it in GitHub Desktop.
UIView property in View Controller
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
let addAlbumView: AddAlbumView = { | |
let view = AddAlbumView() | |
view.translatesAutoresizingMaskIntoConstraints = false | |
return view | |
}() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment