I just saw on Twitter that you got a full time job, congrats! You will be missed in here as you demystify half of this stuff for me. But with that being said, I'm happy for you. I can see why you would want to work with a team. Coding alone can get somewhat lonely sometimes and it's good to collaborate with others.
Last important info , what if you have last color as by itself ( as Array of 3 or 5 or 11 ) and you want you center it at the bottom of the view. Kinda trying to look for the best possible way to handle it .
Learn more SwiftUI, Swift & UIKit with my iOS developer courses at seanallen.teachable.com
Another day, another amazing video! Seriously, you and Paul are the bests in the game!!!
I appreciate that!
Thank you, Sean, fantastic tutorial I enjoy your teaching style, clear to the point. Keep up with the great content!
Much appreciated!
All grids nicely summed up. 👍
I just saw on Twitter that you got a full time job, congrats! You will be missed in here as you demystify half of this stuff for me. But with that being said, I'm happy for you. I can see why you would want to work with a team. Coding alone can get somewhat lonely sometimes and it's good to collaborate with others.
RUclips videos won't stop :). I can still knock them out on nights and weekends.
I love You Sean Allen.
Even though it's a subject I know, I always learn something every time I watch your videos.
I appreciate that!
masterful explanation as always Sean, keep up the great work 🤝
Appreciate it!
Did you hack my search history?! 😄
Yup
Nice explanation!
Glad it was helpful!
Can you please do a full course or a BootCamp for SwiftUI?
Check this out - ruclips.net/video/b1oC7sLIgpI/видео.html
Last important info , what if you have last color as by itself ( as Array of 3 or 5 or 11 ) and you want you center it at the bottom of the view. Kinda trying to look for the best possible way to handle it .
Nice guide. But what about waterfall layout?
what if the content grows because of the dynamic font size ?
thank sean
Happy to help!
Thank you, but I have a question: how do I make them like buttons in all the pictures?
Can you elaborate on what you mean? I don’t understand the question.
@@seanallen I mean, how do I make this grid like an action
@@X_BOZO Just make each element a Button.
Or, you can just add tap gestures to each element in the grid.
ScrollView(.horizontal){
LazyHGrid(rows: rows, content: {
ForEach(MockData.colors,id:\.self){ number in
NavigationLink(destination:
EmptyView()
){
RoundedRectangle(cornerRadius: 10)
.fill(Color.red)
.frame(width: 100)
}
}
})
}
elite video.
Glad you liked it :)
Super
Thanks