Love when you add a 'real world' example. Thank you!
@andresraigoza20823 жыл бұрын
Great idea to explain this with colors. I didn't even know we could add color to a spacer(). That makes it so clear. Thank you so much!
@fre.helfer2 жыл бұрын
I thought I wouldn't learn anything in this video, because I already know spacer. I just figured out why my views were getting out of the small device screen! THANKS!
@yuchen35872 жыл бұрын
I have followed the SwiftUI official tutorial and still have no idea about how to write my own SwiftUI code. Your tutorials are much better than that!
@ubu-ibme9 ай бұрын
Landmarks? I was sooooo lost.
@ConfidentlyRong-jo5yt5 ай бұрын
So happy I started this series. Thanks for this!
@dr.craigcurphey48293 жыл бұрын
Love the music, too!
@ZhengCheng3 жыл бұрын
What a great series!
@Zaybeeh9 ай бұрын
Honeslty amazing job explaining this. It's not complicated at all but I wonder how much harder it would've been if you didnt explain it wth colors and all. Great Videos and series
@Abe-fb2lj2 жыл бұрын
Appreciate your hard work!! Thank you soooooo much!
@magedmohmed44032 жыл бұрын
Thanks Nick , your explanation is very very helpful for me or for us
@ubu-ibme9 ай бұрын
Cleverly done 😁
@Guinhulol Жыл бұрын
Oh, It all makes since now, spacer will straight dynamic just like Padding did, right?
@rivforest239525 күн бұрын
Thanks for making the video. Does the master VStack need vertical padding? if I don't add that, the VStack fills the screen from top to bottom beyond the notch and below the black rectangle.
@DmitriyChurilov9 ай бұрын
Hi Nick. Your tutorials are super useful. Though I have an issue with an images hstack. It also occupies the safe area of the screen. Any suggestions on that point? Thank's again 👍🏼
@SwiftfulThinking9 ай бұрын
Try adding .clipped or a corner radius to the images. Otherwise someone in our discord could give u specific code help: discord.gg/hh7rx8Wbhn
@Timon460 Жыл бұрын
at time ~13min, is that a reason to set Spacer frame width to 10, when spacer pushes vertically?
@panzorax.7 ай бұрын
I've question for you, in swiftui does it have space evenly like Flutter? ou know what i mean say?
@lincolndickerson1293 Жыл бұрын
Fantastic info. Is there a simple way to center an image in the middle of a view, then have text to the left of the button using spacers and stacks. I ended up using a geometry reader but is seems like over kill for this simple layout.
@yuchen35872 жыл бұрын
Could you please do a tutorial series on how to use SwiftUI on Apple Watch?
@SwiftfulThinking2 жыл бұрын
That is a good idea!
@sermilion_audio3 жыл бұрын
Thanks for the video. If I have created one Spacer with min length 0 and I do not want to redeclare it every time, is it OK to assign it to a var and just reuse it? `var spacer = Spacer(minLength: 0)` and just reuse that var? I tried it and it works fine, just wanted to know if this is a bad practice and I should create new instances every time. Thanks.
@SwiftfulThinking3 жыл бұрын
Hey Sermilion! I think it's a great idea to create a variable. When you upload your app and it compiles, it won't make a difference which method you use. Therefore, I recommend using whichever method is going to make your code look cleaner, more readable, and more scaleable (reusable).
@uncensored0072 жыл бұрын
Hey Nick, great series. How do I get in touch with you ?
@valerieokelly62242 жыл бұрын
Really clear
@최승기-g8f3 жыл бұрын
Thank you!!!
@JPkatukenda2 жыл бұрын
wow start
@alzearafat2 жыл бұрын
Thank you!
@knowledgeispower495310 ай бұрын
Thank u bro...☺
@PassTheBoof5 ай бұрын
FYI if you name your file spacer, then it will crash when you try to use a spacer