How to create custom Property Wrappers in SwiftUI (PART 1/2) | Advanced Learning #30

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

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

  • @vladimirmoor
    @vladimirmoor Год назад +2

    That "Ta-Da-DA!" moment is brilliant!

  • @rahulvatakara
    @rahulvatakara Год назад +1

    Masterful breakdown on custom Property Wrappers - both parts are gold! 👏🔥

  • @w0mblemania
    @w0mblemania Год назад +1

    Excellent video, thanks.
    Regarding 'atomically', best practice is to use "true" for almost all usage.
    It's mostly a safety mechanism. It helps guarantee that the data is correctly written out before any original file is replaced.

  • @josemanuelortizsanchez4983
    @josemanuelortizsanchez4983 Год назад

    Thanks, Nick. This content is worth your time in gold.

    • @SwiftfulThinking
      @SwiftfulThinking  Год назад

      Thanks Jose! I love seeing familiar faces in the comments 👍

  • @GeraldHilbers
    @GeraldHilbers Год назад

    Thanks Nick for investigating property wrappers. And even more thanks for sharing what you've learned !!!! I like the way you share this with your step-by-step approach. It takes me to understand what, why, when and how to use custom property wrappers. Great job !!!

  • @vladislav2587
    @vladislav2587 Год назад +2

    Brilliant!

  • @kamilsuleymanov7197
    @kamilsuleymanov7197 Год назад

    Pure brilliant, as always! Thanks, Nick

  • @cruiseqe2
    @cruiseqe2 Год назад

    Great detailed explanation. Very easy to understand once it has been explained the way you explain it!

  • @lidders
    @lidders Год назад +1

    Excellent video, I learned a lot here.

  • @VSilverstein
    @VSilverstein Год назад

    Very interesting! Looking forward for the next 3 videos in line :)

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

    one of the best tutorial ever!

  • @욘슨상
    @욘슨상 9 месяцев назад

    Amazing.. it was an epic lecture for sure!

  • @rajinderpaul1978
    @rajinderpaul1978 22 дня назад

    Awsome content!!!!

  • @glorytoukraine6956
    @glorytoukraine6956 11 месяцев назад

    Amazing content and explanation. Thank you!

  • @wonton120
    @wonton120 Год назад +1

    Good tutorial.

  • @andresraigoza2082
    @andresraigoza2082 11 месяцев назад

    So well explained, Thank you so much!

  • @sergiocardoso8191
    @sergiocardoso8191 Год назад

    Amazing explanation, thank you!!!

  • @malithmadhushanka3192
    @malithmadhushanka3192 11 месяцев назад

    Thank you Nick,

  • @luisgangasvasquez6048
    @luisgangasvasquez6048 Год назад +2

    but we keep using the @State inside FileManagerProperty... Will that change? I love your videos!

  • @MegaAVINASH24
    @MegaAVINASH24 Год назад +1

    Really useful.
    Discord link invite is not working for me. Can you please help with that.?

  • @rscottlewis1
    @rscottlewis1 Год назад

    Thanx again for all u do. I could use a property wrapper for SpriteKit and nodes. They are a challenge with Views

  • @SuCodee
    @SuCodee Год назад

    thank you man

  • @Jineshp1142
    @Jineshp1142 Год назад

    You are doing making really nice video.
    Looks like you have not committed source code. Can we please have that? Thanks.

  • @shur_up931
    @shur_up931 Год назад

    ty

  • @umarparacha653
    @umarparacha653 Год назад

    Please make one complete app with proper business's logic in swiftui...

  • @Napivvarenuk
    @Napivvarenuk 3 месяца назад

    How Deep Does the Rabbit Hole Go?)

  • @fengding675
    @fengding675 3 месяца назад

    private let path: URL = {
    FileManager.default
    .urls(for: .documentDirectory, in: .userDomainMask)
    .first!
    .appending(path: "custom_title.txt")
    }()