SwiftUI List Explained | All Modifiers & Styles

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 5

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

    thanks, very useful for me

  • @enaungong
    @enaungong 3 роки тому

    thanks for the video!

  • @AbbeyOnAtkins
    @AbbeyOnAtkins 3 роки тому

    Very good. Concise. Question on multiple selection. How would I save my multiple selections in an array?

    • @FloWritesCode
      @FloWritesCode  3 роки тому

      Thanks! You directly assign the selected rows to a Set (as shown in the video). You then probably want a button that the user can press once they're done so you can do something with the selected rows. Did that help?