You're so good at what you do man! You taught me swift! Now you're teaching Swift UI! Thank you soooo much
@julyanfarias3 жыл бұрын
Good to see again Brian! 🚀
@dmitrygolovin80663 жыл бұрын
Same!
@nathanhuizar69703 жыл бұрын
You taught me how to make my first app watching your videos on KZbin in 2018. Happy to say I am still learning from you, thanks for all the great work Brian
@emielv83652 жыл бұрын
This tutorial is very underrated I love it!
@BillionaireWaltEst3 жыл бұрын
Its an honor to have found your teachings. I really appreciate it. Question? How do you run multiple simulators?
@ashim443 жыл бұрын
You can use another version of xcode to run app or run on iphone and use quick time to show in the view at same time.
@smackaroony3 жыл бұрын
utube extraordinaire is back
@LetsBuildThatApp3 жыл бұрын
In da gd flesh
@khaledbounouara97088 ай бұрын
Good Job broo
@stephaniewagstaff6563 Жыл бұрын
I would love to take this class. I'm 2 years into swift ui, self taught ( so slow it goes :). There seems to be conflicting explanations and I just want to make sure I'm learning the latest version of FireStore because I have already run into that mistake once before. It seems that maybe you created it last year and possibly have updated it but I just wanted to ask before I put the hours in note taking and coding along with you that's involved. Also do you have a current group chat?
@Music-gn1xe2 жыл бұрын
you are the best one explain code and write code .. please keep going . Thank you so much for everything
@ClintonSiegel2 жыл бұрын
This is so helpful and informative! Thank you very much. Greatly appreciated.
@shashankpanwar51752 жыл бұрын
You are really great tutor. I have some issue in this lecture. we don't used constraint here but in console display errors of layout missing
@spreen_co2 жыл бұрын
what are you doing at 11:20 to auto-format like that? super cool! it's removing the parenthesis and turning the two closures into trailing closures
@lukasalipur88922 жыл бұрын
He selected the code and press control+i
@spreen_co Жыл бұрын
@@lukasalipur8892 i tried it that doesn't do auto trailing closures like that
@KJPKJPKJP3 жыл бұрын
Wait for more! Thx for this
@alexeylobankov3 жыл бұрын
Nice. Will you upload more vidoes that dives deeper (not only views)?
@LetsBuildThatApp3 жыл бұрын
Yes take a look at the demo video to see all features.
@bobrKrwa4 ай бұрын
do you have this project in github ?
@teakodo2 жыл бұрын
awesome content lets go 1
@denns4life2 жыл бұрын
Sorry to draw you back but my TextFields padding isn't working the space inside is still tiny even after applying padding(12)
@LetsBuildThatApp2 жыл бұрын
You can always download the source code and check it on your side.
@denns4life2 жыл бұрын
@@LetsBuildThatApp I just discovered when dealing with modifiers on components the order of arrangement also matters. In my case I just had bring background(Color.white) beneath padding()
@ryan-uj7ij2 жыл бұрын
Why did you put the picker and fields within a ScrollView? Is there a reason for this?
@LetsBuildThatApp2 жыл бұрын
Keyboard
@VertoSH3 жыл бұрын
Amazing how we iOS developers are never sure about refactoring just because we don't know if our IDE will handle it and then we need to find ways to work with all the bugs of resuming and reopening Xcode... 😂🤦♂️ will Xcode someday improve all of this?