Add, Delete, Modify SwiftData Part 9

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

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

  • @Jean-PierreAlary
    @Jean-PierreAlary 5 месяцев назад

    Amazing series Daniel, loved it. I like the quick video format it's easy to understand and it goes right to the point.
    Thanks for sharing!

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

    Thank you. Once again some great content, clear and concise. Do you have the source available on github or something?

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

      For something similar check out the code for the last chapter of my book (you don't need to buy the book to see the code) github.com/editorscut/ec014dataflow

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

    ❤ “wait a minute…”

  • @LebenWerden
    @LebenWerden 5 месяцев назад

    What about onMove modifier?

    • @dimsumthinking
      @dimsumthinking  5 месяцев назад

      Thanks - I didn't show the onMove modifier. It would require an additional property that we can sort on and the result of onMove would be to change the values for that property. For example, in my music app I allow people to rearrange the stations by having a buttonPosition property that I adjust.