/ProjDecenternet

A Sample Project for Scrolling Smoothly

Primary LanguageSwift

ProjDecenternet

A Sample Project for Scrolling Smoothly

This is a simple app that only fetch the images from the API and display the list and the details using collectionView

Architecture Used

MVC + Coordinator Pattern

How To Install

  1. Cocoapods needs to be install first on your machine

  2. Clone the project

  3. run in the terminal

    pod install 
    
  4. go inside the directory and

    open DecenternetProj.xcworkspace
    
  5. Build and Run