Season and Episode would be UILabels
Season 1, Season 2, Season 3 ... is a UICollectionView (the rounded box with Season 1 can just be a UILabel inside the collection view cell)
All the episodes are in a UITableView
You can use hardcoded data to just show data on the screen first
Season and Episode would be UILabels Season 1, Season 2, Season 3 ... is a UICollectionView (the rounded box with Season 1 can just be a UILabel inside the collection view cell) All the episodes are in a UITableView
You can use hardcoded data to just show data on the screen first