SwiftUI Grids - LazyVGrid, LazyHGrid, Static Grid

Поділитися
Вставка
  • Опубліковано 1 жов 2024

КОМЕНТАРІ • 36

  • @seanallen
    @seanallen  6 місяців тому +1

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

  • @gangalo68
    @gangalo68 6 місяців тому +11

    Did you hack my search history?! 😄

  • @MassonLifestyle
    @MassonLifestyle 5 місяців тому +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  5 місяців тому +4

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

  • @guilhermeteixeirademello4907
    @guilhermeteixeirademello4907 6 місяців тому +4

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

    • @seanallen
      @seanallen  6 місяців тому

      I appreciate that!

  • @nileshjdarji
    @nileshjdarji 6 місяців тому +4

    All grids nicely summed up. 👍

  • @zaid.qattan
    @zaid.qattan 5 місяців тому +1

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

    • @seanallen
      @seanallen  5 місяців тому

      Check this out - ua-cam.com/video/b1oC7sLIgpI/v-deo.html

  • @kwkistler
    @kwkistler 5 місяців тому +2

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

    • @seanallen
      @seanallen  5 місяців тому

      Much appreciated!

  • @ibringit
    @ibringit 4 місяці тому +1

    thank sean

  • @tariqAlmazyad
    @tariqAlmazyad 6 місяців тому

    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 .

  • @emmanuelecorporente
    @emmanuelecorporente 6 місяців тому +2

    Nice explanation!

    • @seanallen
      @seanallen  6 місяців тому

      Glad it was helpful!

  • @mario_luis_dev
    @mario_luis_dev 6 місяців тому +1

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

  • @KathiresanMurugan
    @KathiresanMurugan 4 місяці тому +1

    Super

  • @konstantin215
    @konstantin215 5 місяців тому

    Nice guide. But what about waterfall layout?

  • @X_BOZO
    @X_BOZO 6 місяців тому +1

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

    • @seanallen
      @seanallen  6 місяців тому

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

    • @X_BOZO
      @X_BOZO 6 місяців тому

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

    • @w0mblemania
      @w0mblemania 5 місяців тому

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

    • @josiasmayo7203
      @josiasmayo7203 2 місяці тому

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

  • @byhabiboff
    @byhabiboff 4 місяці тому

    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  3 місяці тому

      I appreciate that!

  • @elijahsmith5315
    @elijahsmith5315 6 місяців тому +1

    elite video.

    • @seanallen
      @seanallen  6 місяців тому

      Glad you liked it :)

  • @victorriurean
    @victorriurean 6 місяців тому +1

  • @app1.cpu.ru.internet
    @app1.cpu.ru.internet 6 місяців тому +1

    Thanks!

    • @seanallen
      @seanallen  6 місяців тому

      I appreciate the generosity!