Locations Carousel UI
Maps UIKit SwiftUI
With most of our mapping features built out, we're ready to start working on the locations carousel at the bottom of the screen. To build this out, we'll be using LBTAListController to make our jobs a lot easier. We'll also go over the sizing of cells to make our UI look much cleaner.

Comments (4)
Avisa
3 years ago
Hi Brian, Would you please talk about Unit testing, and how we can use it? and perhaps provide for us as a complete course, that would be great
frankusu
3 years ago
Hi Brian awesome clean code! Just wondering, the carousel blocks the Apple logo and legal, is that going to be okay for App Store submission?
Brian Voong
3 years ago
frankusu
3 years ago
Thanks :)
shivaskanthan
3 years ago
Well all you need to do is add more padding at the bottom and issue will be solved.
frankusu
3 years ago
Hey Brian, I noticed that theres an extra (layout:), what is that for? I might need to understand collectionviews without the convenient LBTA tools first c: let locationsController = LocationsCarouselController(layout: <UICollectionViewLayout>, scrollDirection: <UICollectionView.ScrollDirection>)
Ashim Dahal
2 years ago
you're making `LocationCarouselController` sub class of LBTAListController and I believe LBTAListController is subclass from view controller. If I have to implement this as UICollectionView is it possible form me to make location carousel view just subclass of UIView and not have to deal with view life cycle. Any thought on this, why this have to be view controller type?
HELP & SUPPORT