Networking Demo in iOS
- Arturo Arriaga

- Sep 1, 2020
- 1 min read
This demo app performs a networking fetch from the iTunes API and organizes it into the new compositional layout introduced in iOS 13.
iOS Technologies implemented:
Compositional layout for UICollectionViewController.
SDWebImage third party library integration for asynchronous image caching.
URLSession shared class to fetch data from the iTunes network API.
Asynchronous data fetch with dispatch group and Grand Central Dispatch framework


Comments