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.
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 !!!
That "Ta-Da-DA!" moment is brilliant!
Masterful breakdown on custom Property Wrappers - both parts are gold! 👏🔥
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.
Thanks, Nick. This content is worth your time in gold.
Thanks Jose! I love seeing familiar faces in the comments 👍
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 !!!
Brilliant!
Pure brilliant, as always! Thanks, Nick
Great detailed explanation. Very easy to understand once it has been explained the way you explain it!
Excellent video, I learned a lot here.
Very interesting! Looking forward for the next 3 videos in line :)
one of the best tutorial ever!
Amazing.. it was an epic lecture for sure!
Awsome content!!!!
Amazing content and explanation. Thank you!
Good tutorial.
So well explained, Thank you so much!
Amazing explanation, thank you!!!
Thank you Nick,
but we keep using the @State inside FileManagerProperty... Will that change? I love your videos!
Really useful.
Discord link invite is not working for me. Can you please help with that.?
Try this one: discord.gg/VDTvTNvcXP
Thanx again for all u do. I could use a property wrapper for SpriteKit and nodes. They are a challenge with Views
thank you man
You are doing making really nice video.
Looks like you have not committed source code. Can we please have that? Thanks.
ty
Please make one complete app with proper business's logic in swiftui...
How Deep Does the Rabbit Hole Go?)
One more video 🥵
private let path: URL = {
FileManager.default
.urls(for: .documentDirectory, in: .userDomainMask)
.first!
.appending(path: "custom_title.txt")
}()