This is a demo app using Unplash API.
This is a simple app that only fetch the images from the API and display the list and the details using collectionView
MVC + Coordinator Pattern
-
Cocoapods needs to be install first on your machine
-
Clone the project
-
run in the terminal
pod install
-
go inside the directory and
open freeHero.xcworkspace
-
open the
PrivateConstants.swift
-
replace the empty string with your access token from unplash
let UnplashAccessToken: String = "<access token>"