https://github.com/ihacksubhodip/collectionviewexplore
Infinite scrollable Collection View ...
https://github.com/ihacksubhodip/collectionviewexplore
Last synced: about 2 months ago
JSON representation
Infinite scrollable Collection View ...
- Host: GitHub
- URL: https://github.com/ihacksubhodip/collectionviewexplore
- Owner: iHackSubhodip
- Created: 2017-02-27T02:52:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T11:01:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T10:34:31.712Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 968 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CollectionView with Items
Build an iOS application which lists name, image and price of products.
* The api url to download the list of products https://api.redmart.com/v1.5.6/catalog/search?theme=all-sales&pageSize=30&page=0. You will need to concatenate the image url in the api response. Feel free to show additional details about an individual product i.e. description etc. when tapped. For getting additional info about a particular product, you can use the following api url. https://api.redmart.com/v1.5.6/products/{product_id}