Apologies
You must be signed in to watch this lesson.
For each user that is matched, we are still required to load their images in the small circles of our MatchView class. This can be done by passing in the user's ID and fetching the user information inside of our MatchView. Let's also pass in the current user from HomeController to make sure we load the correct image on the left side.

Comments (25)
Dennisvm82
5 years ago
Brian, the video is not visible :-( also, the percentage (completed) under each video is really off. I get numbers between 55% and 100%, but I have watched all of them from start to end. A lot of them are in the 95% - 99% range
Brian Voong
5 years ago
Dennisvm82
5 years ago
No problem ;-) glad I was able to help. Always looking forward to code together with you! Does this link work? https://drive.google.com/file/d/1v7h0H-e2-OfC3KnrwG36O-vnWwkfF1z5/view?usp=sharing
Brian Voong
5 years ago
st4n
5 years ago
is this the final lesson? :) GREAT course! TY!
Brian Voong
5 years ago
Govind K Kara
5 years ago
hi Brian, If i wanted to pop up an alert on click of button, should the alert action handled by view model?
shravpar98
5 years ago
hey bryan, just purchased this course. Will you be adding videos for chat functionality for this course? thank you.
Yogin
5 years ago
Hi Brian, is there any video showing when the user is rotating the card view to like or dislike and it overlay on the card view?
Ivica Petrsoric
5 years ago
Tnx for the awsome trip with this corse! :)
Shahrukh Mohammad
5 years ago
Another Great course Brian! Love it.
Shahrukh Mohammad
5 years ago
Hey Brian, would it be possible if you could make a tutorial about how to send a verification email for registering users on Firebase?
flashtrend
5 years ago
Hey was wondering how we can add a button behind the cards, so that when there is no cards the button will be visible and tappable. I have the button visible but it is behind the overall stack view so it cant be tapped. Any ideas / suggestions ??
flashtrend
5 years ago
I have tried adding the button as a subview to the carddeckview and setting its zposition to -1. The issue then becomes that the cards do not swipe in the area of the button even though it is under
Brian Voong
5 years ago
flashtrend
5 years ago
can you please explain this a little further
flashtrend
5 years ago
how would I know that the cards are gone to change the isuserinteractionenabled value
Brian Voong
5 years ago
flashtrend
5 years ago
Thanks!
jiarongkoh
5 years ago
Hi Brian, is episode 47 the last episode for this series?
Tokyojogo
5 years ago
Hi Brian, Great stuff! I have a request though, can you please add another video on refactoring which will show us how to separate the view code from the controller. I've seen it on your other work but my concern is I don't know how to handle the events/functions such as imagepicker, action buttons, etc. when separating the view from the controller. Would really appreciate you showing this.
Paweł Liczmański
5 years ago
Brian whole course is great you show us a lot of new mechanics, i really like last part with easy fixes with flash bug its shows how important is place where you place every functions in code. Thanks a lot, this is my 3rd course i thing its the most advance one. Im looking forward for next one. Off topic: Maybe you could make quick tutorial on youtube how to sand emails containing screen shot, image or informations from application?
Cinquain
5 years ago
That whole series was FIRE!
Brian Voong
5 years ago
Cinquain
5 years ago
Oh I sure will. I will go through this course again later for reinforcement. But first, I want to try your course on Core Data.
wlawsonkelly
5 years ago
I made a messaging feature using Firestore. Do you want me to post the GitHub Link? Also any tips fire cloud functions with Firebase?
DiegoOruna
5 years ago
It will be awesome if you share the code with us
wlawsonkelly
5 years ago
https://github.com/wlawsonkelly/ChatApp
wlawsonkelly
5 years ago
Just entered it. It's a chat app with Firestore. It works fine and you can easily connect it to the app from this course
trogs
5 years ago
I second this
DiegoOruna
5 years ago
Oh Thank you bro!
mystklfrets@gmail.com
5 years ago
Smooth course Brian! I'm ready for another one.
Brian Voong
5 years ago
Kenny Ho
5 years ago
Just finished this lovely course! Brian, every time when i finish one of your courses, i feel like i just graduated from college haha
Brian Voong
5 years ago
duypham
5 years ago
Hi Brian, I finished the course and thank you for such an amazing course. Quick question though, i didn't see we implement the feature of the word "LIKE" or "DISLIKE" fading in and out when we dragging the card to right and left like you showed in the overview video. Is it because i miss something here?
Kevin Liu
4 years ago
I also didn't see this. Think it was just left out in the lessons.
fishercraigj
5 years ago
Not sure where to the post the comment so I'll just post it here. Mostly for selfish reasons that are work related but I'd be VERY curious in a course around the camera. Creating the camera app or something similar. There is so much going on behind apple's camera that it's not even funny. And ironically the simplicity behind it's UI doesn't give as much justice as it deserves. But maybe it's just me not spending enough time with the AV frameworks. Just a thought!
Brian Voong
5 years ago
lizg
5 years ago
Does this app deal with HTML requests?
Crisler Chee
5 years ago
Thanks for the update to Swift 5! Looking forward to the chat functionality and I really appreciate you putting in the extra contents.
Bill Clinton
5 years ago
thanks, I am happy to be here
Brian Voong
5 years ago
Alvathor
5 years ago
Hi there, I​ created an observer to fix the alpha and animations... fileprivate func returningAlphaObserver() { isReadyToReturnAlpha.value = (currentUserImageView.image != nil && cardUserImageView.image != nil) isReadyToReturnAlpha.bind { [unowned self] (isReady) in guard let isReady = isReady else { return } if isReady { self.setupAnimation() } } } fileprivate func setupAnimation() { self.alpha = 1 .......
Mido Cool
5 years ago
I wanna buy this course but I have a question is there a chatting feature included in this course? Thanks.
MIkeb
5 years ago
Great course, I really enjoyed it. I particularly like how you do all the of the layout programmatically instead of using the storyboard.
omarubilla
4 years ago
Hi Brian, thanks for another valuable lesson. What can I do if the image inside the cardUserImageView circle is always the image of the next card and not the image of the current card that was recently swiped? Please lmk, thanks!
omarubilla
4 years ago
nevermind got it thanks!
HELP & SUPPORT