Skip to content

Instantly share code, notes, and snippets.

@NunoAlexandre
Created December 23, 2018 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NunoAlexandre/b9d2213a3e177e5dcba44e01a6eae1fd to your computer and use it in GitHub Desktop.
Save NunoAlexandre/b9d2213a3e177e5dcba44e01a6eae1fd to your computer and use it in GitHub Desktop.
Create a Slideshow - Procedural Modeling
let slideshow = Slideshow(
slides: [
SlideView(index: 0),
SlideView(index: 1),
SlideView(index: 2)
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment