Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.41 KB

Ecommerce

A sample Ecommerce app using MVVM and without any third party library for image downloading or data parsing

Test Coverage

screen shot 2018-08-06 at 3 38 36 pm

You can change number of tiles at Home Screen by changing below variable in Constants.swift file

// Home page config
static let NumberOfColumns = 2 // Change for number of tiles per row

Screenshot NumberOfColumns = 3

simulator screen shot - iphone 6 - 2018-08-06 at 14 45 12

Screenshot NumberOfColumns = 4

simulator screen shot - iphone 6 - 2018-08-06 at 14 50 29

Detail page with Collectionview at Top for multiple images

simulator screen shot - iphone 6 - 2018-08-06 at 14 45 27 simulator screen shot - iphone 6 - 2018-08-06 at 14 45 30 simulator screen shot - iphone 6 - 2018-08-06 at 14 45 31