2. Camera Photos SwiftData: Update/Edit and PhotoPicker

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

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

  • @reinaldof
    @reinaldof 5 месяцев назад +4

    Great work, Stewart! Loved the enum conforming to the View protocol approach.

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

    Stewart, thank you for another great series!

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

      You are more than welcome to

  • @andrejkling3886
    @andrejkling3886 5 месяцев назад +1

    Thank you 🎉❤

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

    Many thanks 😊

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

    Stewart I love this series but one criticism: Be specific about how an update is different from an edit. It's confusing. On first hearing, updates and edit are the same thing, no?
    Also when you go with the name of 'Sample' it is confusing. To explain the confusion, image if you named it 'Example'. Then you would have 'ExampleModel.swift" 'example: example"....and so on.
    It took a mental leap to realize that SampleModel is not a throwaway data model use solely for displaying a Preview but it core to the project. This may be a friction point for your other viewers in grasping your content (which is great)

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

      Thanks for the feedback. An update are the same thing, yes.