SwiftUI Grids - LazyVGrid, LazyHGrid, Static Grid

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 37

  • @seanallen
    @seanallen  10 месяцев назад +1

    Learn more SwiftUI, Swift & UIKit with my iOS developer courses at seanallen.teachable.com

  • @guilhermeteixeirademello4907
    @guilhermeteixeirademello4907 10 месяцев назад +5

    Another day, another amazing video! Seriously, you and Paul are the bests in the game!!!

    • @seanallen
      @seanallen  10 месяцев назад

      I appreciate that!

  • @kwkistler
    @kwkistler 10 месяцев назад +2

    Thank you, Sean, fantastic tutorial I enjoy your teaching style, clear to the point. Keep up with the great content!

    • @seanallen
      @seanallen  10 месяцев назад

      Much appreciated!

  • @nileshjdarji
    @nileshjdarji 10 месяцев назад +4

    All grids nicely summed up. 👍

  • @MassonLifestyle
    @MassonLifestyle 10 месяцев назад +3

    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.

    • @seanallen
      @seanallen  10 месяцев назад +4

      RUclips videos won't stop :). I can still knock them out on nights and weekends.

  • @byhabiboff
    @byhabiboff 8 месяцев назад

    I love You Sean Allen.
    Even though it's a subject I know, I always learn something every time I watch your videos.

    • @seanallen
      @seanallen  8 месяцев назад

      I appreciate that!

  • @mario_luis_dev
    @mario_luis_dev 10 месяцев назад +1

    masterful explanation as always Sean, keep up the great work 🤝

    • @seanallen
      @seanallen  10 месяцев назад

      Appreciate it!

  • @gangalo68
    @gangalo68 10 месяцев назад +12

    Did you hack my search history?! 😄

  • @emmanuelecorporente
    @emmanuelecorporente 10 месяцев назад +2

    Nice explanation!

    • @seanallen
      @seanallen  10 месяцев назад

      Glad it was helpful!

  • @zaid.qattan
    @zaid.qattan 9 месяцев назад +1

    Can you please do a full course or a BootCamp for SwiftUI?

    • @seanallen
      @seanallen  9 месяцев назад

      Check this out - ruclips.net/video/b1oC7sLIgpI/видео.html

  • @tariqAlmazyad
    @tariqAlmazyad 10 месяцев назад

    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 .

  • @konstantin215
    @konstantin215 9 месяцев назад

    Nice guide. But what about waterfall layout?

  • @parladdgna
    @parladdgna Месяц назад

    what if the content grows because of the dynamic font size ?

  • @ibringit
    @ibringit 8 месяцев назад +1

    thank sean

    • @seanallen
      @seanallen  8 месяцев назад

      Happy to help!

  • @X_BOZO
    @X_BOZO 10 месяцев назад +1

    Thank you, but I have a question: how do I make them like buttons in all the pictures?

    • @seanallen
      @seanallen  10 месяцев назад

      Can you elaborate on what you mean? I don’t understand the question.

    • @X_BOZO
      @X_BOZO 10 месяцев назад

      @@seanallen I mean, how do I make this grid like an action

    • @w0mblemania
      @w0mblemania 9 месяцев назад

      @@X_BOZO Just make each element a Button.
      Or, you can just add tap gestures to each element in the grid.

    • @josiasmayo7203
      @josiasmayo7203 6 месяцев назад

      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)
      }
      }
      })
      }

  • @elijahsmith5315
    @elijahsmith5315 10 месяцев назад +1

    elite video.

    • @seanallen
      @seanallen  10 месяцев назад

      Glad you liked it :)

  • @KathiresanMurugan
    @KathiresanMurugan 8 месяцев назад +1

    Super

  • @victorriurean
    @victorriurean 10 месяцев назад +1