Create custom Bindings in SwiftUI | Advanced Learning #27

  Рет қаралды 5,379

Swiftful Thinking

Swiftful Thinking

Күн бұрын

Пікірлер: 33
@kavinda_dilshan_paramsoodi
@kavinda_dilshan_paramsoodi Жыл бұрын
Most developers have the knowledge, but only a few can be an instructor. We're grateful that we have an instructor here. (👨🏻‍💻+👨🏻‍🏫) = NICK SARNO
@MollyShows-ve9ow
@MollyShows-ve9ow 3 ай бұрын
thanks so much for your lesson. Start embracing custom bindings from now on
@ВадимМартыненко-в4н
@ВадимМартыненко-в4н 10 ай бұрын
thats crazy. u got the best videos, even english isn't my native language, i watch your videos and i understand everything, thank you so much, keep doing that
@mica00ela
@mica00ela 4 ай бұрын
Beautiful *chef's kiss*. I have literally been bewildered by bindings for years till today. Thank u
@SwiftfulThinking
@SwiftfulThinking 4 ай бұрын
You are so welcome
@ademdizdaroglu6877
@ademdizdaroglu6877 3 ай бұрын
After this video, my perspective on coding changed a lot. Thank you very much.
@zak9828Aztec
@zak9828Aztec 4 ай бұрын
What a great tutorial. I was struggling with passing down a computed property as a binding to a child view (not to set it, just to get it) so my child view updates when the computed var in the parent changes). Learned how to do it from this video.
@josemanuelortizsanchez4983
@josemanuelortizsanchez4983 Жыл бұрын
This video is going to simplify my SwiftUI views by making them display much clearer and simpler full screen view rendering logic. Thank you!
@farhad28881987
@farhad28881987 Жыл бұрын
Thanks Nick. U are a good teacher! Trying not to be picky but thought to mention that at the end, we wont need “where Value == Bool” for the extension as we made it generic. Keep it up 🎉❤
@SwiftfulThinking
@SwiftfulThinking Жыл бұрын
Great catch 🤦‍♂️ glad someone’s paying attention 😂
@JumpingCow
@JumpingCow Жыл бұрын
Totally cool! Another dark SwiftUI mystery solved!
@andresraigoza2082
@andresraigoza2082 9 ай бұрын
Thank you so much for this awesome practical application of custom bindings 😀
@RonnyPortillo
@RonnyPortillo Жыл бұрын
you are the best bro! thank to you I learned swift and swiftui programming correctly, not just coding but learning properly theory and understanding what im doing and why im using this or that function
@NastyHangover
@NastyHangover 10 ай бұрын
nice, now I can start to revisit around 250 files in my main project haha :D No seriously, thanks for creating such great material
@RobertHolzapfel
@RobertHolzapfel Жыл бұрын
Nice building up the knowledge from 'old' school binding (without the type Binding) to the new school and even newest school of custom binding. You are a very good lecturer, thanks a lot for your work.
@wonton120
@wonton120 Жыл бұрын
Very good inside about Binding and property wrapper.
@drnhnc5034
@drnhnc5034 Жыл бұрын
You are the best at explaining SwiftUI concepts bro thank you for all the effort!!!
@BlindyOTB
@BlindyOTB Жыл бұрын
Love the videos ❤
@MrMichaelcaesario
@MrMichaelcaesario Жыл бұрын
What an interesting thing to learn, and that extension is pretty neat. Can't wait to see more! Just keep em coming 🎉
@sergiocardoso8191
@sergiocardoso8191 Жыл бұрын
Really great content Nick....Thank's a lot.
@w0mblemania
@w0mblemania 11 ай бұрын
This was very well explained. Thanks.
@TOMATOMAT7
@TOMATOMAT7 Жыл бұрын
as always, it's the best and unique lecture
@AHTUCYKA
@AHTUCYKA 7 ай бұрын
Thanks so much for the great video!
@Luizin07
@Luizin07 7 ай бұрын
Such a good video... Thanks a lot!
@niklasopf
@niklasopf Ай бұрын
Great video!
@chesterman18g
@chesterman18g Жыл бұрын
love it! TY
@magicinternetmoney8715
@magicinternetmoney8715 Жыл бұрын
amazing content
@jordancalhouncom
@jordancalhouncom Жыл бұрын
This video was fun to watch. When you making “Every view needs a body” t shirts?
@SwiftfulThinking
@SwiftfulThinking Жыл бұрын
Haha that’s actually epic. You’ll get the first one free 😂
@PaulEwers
@PaulEwers 6 ай бұрын
The Binding extension looks really convenient for using with SwiftUI, but for general usage couldn't 'set' get called on a binding with a valid newValue, but the "if !newValue {" check would prevent anything from changing, so the next time 'get' is called on the binding, it would return false despite having just been set?
@barche75
@barche75 10 ай бұрын
Hey, great tutorial, thank you. I just wondering is it possible to convert one binding to another? For example we have UserModel and our subview have own ViewModel. Can we some how cast UserModel to ViewModel and back automatically. I tried Binding with "get" and "set" and result is: no issues with "get" - just init ViewModel with UserModel, BUT with "set" it's not sow easy - i have to convert ViewModel to UserModel AND update UserModel's changed properties and then replace old UserModel with new UserModel🤯
@eddiecarbon146
@eddiecarbon146 Жыл бұрын
Hi, could you make a video about publishing apps to App Store? Great materials!❤
Custom Errors and Alerts in SwiftUI | Advanced Learning #28
33:50
Swiftful Thinking
Рет қаралды 6 М.
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 26 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
SwiftUI List with Custom Cell & Passing Data
36:27
Sean Allen
Рет қаралды 117 М.
How to use Generics in Swift | Advanced Learning #8
19:24
Swiftful Thinking
Рет қаралды 15 М.
How to use @ViewBuilder in SwiftUI | Advanced Learning #9
24:01
Swiftful Thinking
Рет қаралды 27 М.
How to use Dependency Injection in SwiftUI | Advanced Learning #16
35:32
Swiftful Thinking
Рет қаралды 29 М.
Where Does Bad Code Come From?
42:21
Molly Rocket
Рет қаралды 197 М.
The Art of Code - Dylan Beattie
1:00:49
NDC Conferences
Рет қаралды 4,7 МЛН
Create a custom navigation bar and link in SwiftUI | Advanced Learning #12
47:26