Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 402 Bytes

Images Grid Application


This App is a 3x3 Images grid using UICollectionView. To download the images from URL and store the images in NSCache for reusable.


Tech Used


  • Designed with MVC architecture
  • Image Storage using NSCache
  • UIKit with Storyboard & Xib's
  • Using URLSession for Network Tasks.