Swift Tips #14 – Property Wrappers

preview_player
Показать описание
#iOS #swift #softwaredeveloper #iosdeveloper

Thank you for watching this video 🙌

Did you find this tip useful? Are you planning on using it in your apps? Let me know in the comments 🚀

(affiliate link)

•••••••••••• Music By •••••••••••••
"Picket Fences''
Jay Man - OurMusicBox
Рекомендации по теме
Комментарии
Автор

Congrats on 500+ man. Here's to 5000 🍻
Great video as always 👍🏻

vijaykharage
Автор

This was some pretty slick code man. Great video

sprue_goose
Автор

Wow, great video! Crystal-clear explanations and very useful for sure.

fredericadda
Автор

Very clear and detailed video. awesome.

SudhanshuSrivastavaIndia
Автор

that was so smooth using it in my app right now thanks

jamilamini
Автор

Just a question: why do you need a member wise initializer for UserDefault? It’s a struct.

fredericadda
Автор

Will be great to mention synchronise() just for this particular UserDefaults wrapper implementation. A lot of times have faced missed values by closing the app from Xcode )

LanserXT
Автор

I think this wrapper is a bad idea because you've restricted yourself to the standard suite. The moment you need another suite you'll need to unwrap your wrapper, i.e. you need to take a param for the suite to use. So you would have been better off using the API directly instead of wrapping it.

indiekiduk