Matches List Controller
Tinder Firestore Swipe and Match
Before we can start rendering out data from the server, we'll go ahead and create the list of cells for our controller. For the sake of simplicity and speed, I'll be using the LBTAListController component that makes it very easy to render out a list. This style of development greatly speeds up all of the boilerplate code that you'd have to type out otherwise. Please leave questions below if you have any.

Comments (5)
donmcallister
4 years ago
I'm new to all this but loving your courses here!! I've been playing around with LBTATools and curious if it or collectionviews could be used to build something like Instagram Story horizontal menu feature that automatically pages to different views, etc. It has a pickerview kind of feel to it but I'm very curious how they did it. Thanks for all you do!
Brian Voong
4 years ago
donmcallister
4 years ago
Awesome, looking forward to it!
Eugeneberezin
4 years ago
Love LBTATools! But I'd like to kinda develop muscle memory for UICollectionViewController by typing out the "boring code". It never hurts to see how the frameworks work under the hood. Brian, maybe you could recommend a quick video tutorial where we could see those steps?
David Guarino
4 years ago
Definitely a lot to take in... it's almost as if the developers of SwiftUI was looking at your tutorials!....TableView Controller and Cells are something that can't be performed or is that on the agenda
Brian Voong
4 years ago
David Guarino
4 years ago
Good to know....If you get time... on your YouTube channel if you can create a playlist for all the LBTA Tools videos. In my opinion this would help us grasp the concept of your framework a little easier( like a mini course in itself)
Brian Voong
4 years ago
David Guarino
4 years ago
Awesome! Thank You
aymather
3 years ago
Love the course man. I see that a lot of people are loving your LBTATools package. But for myself, I'm a little disappointed. I came here to learn about how swift works under the hood, not to learn your custom framework. Like if I show up to an interview and they ask me to build something and I'm like, "Sorry can't do it without LBTATools" I'd feel pretty dumb. Lots of great information in here, but I'm gunna keep following along without LBTATools by googling around. Which I guess is part of the journey of being a programmer anyway ;)
dennis
3 years ago
Hello Brian, Thank you for creating this and the many other tutorials, they have ben really helpful in advancing my understanding of iOS development. This may be pointless to mention, as I am sure you have consider the pros and cons for using the LBTATools on your course, and after all this are your courses. BUT, i fell like you mainly consider the pros and cons on using this tool as to how they affect your work flow, and not us the students who are paying for the course. In now way will the use of this tool benefit me as a student. This tool does not advance my learning and has no use in the real world. Sorry to complaint, i fully appreciate all of your hard work and the many great lessons you have created for us. Cheers!
Brian Voong
3 years ago
dennis
3 years ago
Thank you for the response Brian, and yes the use of 3rd party libraries is a must to learn. I am currently using Snapkit and SDWebImage on this Course. As well as learning how to install and use 3rd party libraries, we also need to be very careful when and which libraries to import. I strictly stick to must have libraries that have been in the wild for some time and regularly updated/maintained.
Brian Voong
3 years ago
HELP & SUPPORT