Skip to content

embryoconcepts/SplashyPin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SplashyPin - WIP

A project comparing UI methods using Unsplash with a Pinterest-style collection view: storyboard, programmatic, and SwiftUI.

SplashyPin-storyboard

Note:

If you choose to download and run locally, you will need to provide an API key for Unsplash.

Generate an Unsplash API key here: https://unsplash.com/developers

To run on your own machine, you can either:

  1. replace the kUnsplashAPIKey in UnsplashClient:12 with your own key OR
  2. if you want to keep your key private, create an APIKeys.swift file, with one line: let let kUnsplashAPIKey = "YOUR KEY HERE" and add the file name to your .gitignore file

About

Comparing UI methods using Unsplash with Pinterest-style collection views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages