User Details Delegation
Tinder Firestore Swipe and Match
We're now ready to move onto a different aspect of our application which involves presenting the details of our users. In this lesson, I'll show you how to add the More Info button at the bottom right corner of our CardView class. Upon tapping, we'll delegate the presentation of a new UserDetailsController back to the HomeController of our application. Enjoy.

Comments (6)
mitchkoh
4 years ago
Hey Brian thank you so much for all of your work, learning so much from you! If you ever make a video series for an uber/airbnb type app in which there two different sides of users (like driver vs rider, host vs guest), that would be incredible.. would definitely pay premium haha
Brian Voong
4 years ago
Viswa Kodela
4 years ago
I wish you can finish it and very much excited for the Uber clone.
Brian Voong
4 years ago
Viswa Kodela
4 years ago
It is only just cause we never had a course from you based on CoreLocation and MapKit frameworks in whch every iOS Developer needs to be known. I mean i know how to use it and how it works, but i wanted to be a pro in using those frameworks where evry other developer wants to be.
mitchkoh
4 years ago
Or instead, AirBnb clone? The main thing for me is that their are two sides of users. Maybe cloning airbnb is easier than cloning uber? either would be crazy good. Love your work brian regardless
duypham
4 years ago
For some reason, my Go Back and Go To Login button doesn't work anymore and my code is exactly as yours...
georrgee
4 years ago
I have been getting the same issue... Still trying to figure out how to fix it
Francesco Dal Savio
4 years ago
Hi Brian, in one of my projects I have to pass a data (string) from a ViewController to a CollectionView without using the Storyboard. What is the best procedure to do this? I think it is interesting a video that explains this mechanism. Thank you!
richardbranson
4 years ago
Can't download the project
Brian Voong
4 years ago
richardbranson
4 years ago
yes and it will stop on 43.3 MB and not download
richardbranson
4 years ago
When i tap last card app is going to crash nd show error message index out of bound in CardViewModel in image index
Dino32
3 years ago
Hi Richard, Seems like you have a user with local image from "Assets" instead of the image which was loaded to Firestore . Well, just remove that user and everything is going to be fine.
jbm797
4 years ago
Hey Brian, I added this button, but when I tap it, the Card View ignores the tap and progresses the photos instead. Is there any way I can prioritize each or circumvent this issue?
HELP & SUPPORT