Using URLSession and Nested Lists in CollectionView - RestApp Part 1

Опубликовано: 01 Октябрь 2020
на канале: Coding With Tom
508
9

In this video we will use UIListConfiguration and UICollectionViewDiffableDataSource to create and populate a nested list inside a UICollectionView. We will also use URLSession and URLDataTask to fetch data from a mock server.

Chapters:
0:00 URLSession and Nested Lists
0:29 Creating RestApp
1:30 Creating Model
2:30 Creating RestaurantService
8:40 Creating Categories Scene
9:30 Creating Nested Row Item
11:05 Configuring CollectionView
12:32 Diffable DataSource
18:20 Nested List
28:24 Leading SwipeAction on Restaurant Cell

Source code: https://github.com/codingWithTom/rest...

Apple's modern cell configuration WWDC link: https://developer.apple.com/videos/pl...

RestApp - UIKit playlist:    • RestApp - UIKit