Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harrysummers/763c761b3c20380b7cd9224291e196f1 to your computer and use it in GitHub Desktop.
Save harrysummers/763c761b3c20380b7cd9224291e196f1 to your computer and use it in GitHub Desktop.
UIView property in View Controller
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