NEVER Confuse @State vs @Binding Again || SwiftUI Property Wrappers

  Переглядів 5,895

AppStuff

AppStuff

День тому

What's the difference between @State vs @Binding property wrappers? When do you use one vs the other? Find out in this video!
🔴 Become a member to access Exclusive Content :
www.stephancodes.com/blank-page
🖥️ ONLINE COURSES & APPS
👉 FREE UBER SwiftUI Course
• 🔴 Let's Build UBER wit...
👉 iOS App Templates:
www.stephancodes.com/shop
👉 FREE Twitter SwiftUI Course
• 🔴 Let's Build Twitter ...
👉 Pro Courses:
www.stephancodes.com/videos
🕐 TIMESTAMPS:
00:00 - Intro
00:26 - State Properties
02:00 - State Property Example
06:23 - Binding Properties
10:15 - Binding Property Example
15:43 - Another Binding Example
18:20 - Outro

КОМЕНТАРІ: 38
@lolrie
@lolrie 16 днів тому
Thank you so much - this is the best explanation I've found, very easy to understand and love the way you simplify the concept and give concrete examples.
@mohanad0408
@mohanad0408 6 місяців тому
Best explanation I found so far. What I like the most about your approach is mixing infographics while explaining. Please keep it up!
@Top_Moorhouse
@Top_Moorhouse 8 місяців тому
Great video! You made it simple to understand with good examples. Thanks! Now Subscribed...🤩
@ikshitchaudhari2529
@ikshitchaudhari2529 Рік тому
happy to see you back again !! you are probably the best IOS coach on youtube!
@911lalala
@911lalala Рік тому
Your lectures have changed my Life! Thank you so much My Hero
@gmostafaali
@gmostafaali Рік тому
Very high quality content, completely understood. Thanks a lot.
@BUdJohnson242
@BUdJohnson242 Рік тому
This is awesome. Thanks for sharing your knowledge. One suggestion for improving the video would be to expand the Xcode interface to fill the screen or increase the font size, as small text can be difficult to read for viewers with visual impairments.
@ml-tech
@ml-tech 8 місяців тому
that was quality content man, thanks for the awesome explanations
@coffeecodecreatine4158
@coffeecodecreatine4158 Рік тому
Keep making videos man! I have been teaching myself swift, and this video was super helpful.
@galavarezzzk3610
@galavarezzzk3610 2 місяці тому
Thanks for the video!
@evrimdemir1327
@evrimdemir1327 2 місяці тому
Great tutorial. Thanks.
@nickmuir8175
@nickmuir8175 9 місяців тому
Absolutely killer vid, thanks
@timothyandrian
@timothyandrian Місяць тому
Nice explanation, Thanks a lot
@rahmonali7
@rahmonali7 Рік тому
I got more knowledge from this aswesome video. Thank you so much!
@abudihadi3584
@abudihadi3584 11 місяців тому
from today and over you are my prof
@yaserghananwi
@yaserghananwi 6 місяців тому
thank you nice tutorial
@thejaplong
@thejaplong 11 місяців тому
I love you videos: your teaching method is great .... ...however the stereo music at the start almost gives me a headache i think it would be fine if not stereo... i always listen with a headset do as not to both my hubby Just to let you know...Judy oh, i just read the comment below, larger font would really help me too : ) thanks for your tutorials!
@marcoalonsoiosdev
@marcoalonsoiosdev 9 місяців тому
Very useful thanks 🙏🏼
@user-a_fellow_traveler
@user-a_fellow_traveler Рік тому
Very useful and simple explanation thanks
@phongho.design
@phongho.design 8 місяців тому
thanks you so much ❤
@jeanchristopherozner
@jeanchristopherozner 22 дні тому
Very nice, merci!
@sanjarasanov4991
@sanjarasanov4991 Рік тому
awesome, thanks
@LukePighetti
@LukePighetti Рік тому
17:42 what’s the idiomatic way to handle deeply passed binding vars. For example, putting darkModeEnabled at to top of the view hierarchy and maybe ten constructors down are using it
@lumi6394
@lumi6394 Рік тому
Really nice explanation, thank you
@appstuff5778
@appstuff5778 Рік тому
You are welcome!
@garywkfung
@garywkfung Рік тому
This is awesome thanks! But can you explain how you would set new values to the binding if it is not a Bool? Say a string. Compiler won’t let me.
@oskarrhythm
@oskarrhythm 11 місяців тому
Thanks for the explaining but why when you change the value binding on the dismiss button doesnt change the color to white line 24-25 Text? so the if for that propouse dont know about that change? how can refresh the whole view?
@nishantkumar2194
@nishantkumar2194 7 місяців тому
❤ simple
@AbdeliOS
@AbdeliOS 11 місяців тому
I like how you explain these concepts, can you make a tutorial about async await?
@appstuff5778
@appstuff5778 11 місяців тому
I have one! It’s my ‘Network Like A Pro’ video
@LukePighetti
@LukePighetti Рік тому
12:55 when you dismiss the drawer by swiping down, how do you show it again declaratively? Do you have to cycle the showDrawer to false and then true?
@nickmuir8175
@nickmuir8175 9 місяців тому
For anyone else confused about the relationship between the @State property on ContentView and the @Binding property on Detail View, it's worth noting that even though they're bound they are not the same property and can be named independently for e.g struct ContentView: View { @State private var showDetailViewContentView = false ... struct DetailView: View { @Binding var showDetailViewDetailView: Bool ... Then passed in as such .fullScreenCover(isPresented: $showDetailViewContentView, content: { DetailView(showDetailViewDetailView: $showDetailViewContentView) }) Not that you'd ever want to do it this way, but for me realising this helped visualise the handing off of data from one view to another where the property names are the same, something I personally struggle with.
@JosefGooch
@JosefGooch Рік тому
Can this be implemented on any app, anywhere in terms of a new swiftUI project ?
@appstuff5778
@appstuff5778 Рік тому
Yes!
@raychen4458
@raychen4458 Рік тому
Amazing explanation bro, hope you can create more courses on Udemy as well.
@appstuff5778
@appstuff5778 Рік тому
I’m mostly putting courses on my website now. Udemy will be courses with a limited feature set. My site will contain the course with the full feature set. I recommend just buying straight from my site
@chezchezchezchez
@chezchezchezchez 8 місяців тому
Awesome for me! (noob)
@alexaverin2941
@alexaverin2941 21 день тому
great video, but please stop speaking only to my right ear :( maybe go for mono?
What most devs don't get about declarative code (I didn't either)
5:44
Joshua Morony
Переглядів 18 тис.
Анна Трінчер - Бар за баром (Official Music Video)
02:38
Анна Трінчер
Переглядів 1,5 млн
SwiftUI Navigation Made Easy: Harnessing the Magic of Enums
13:40
Rebeloper - Rebel Developer
Переглядів 1,6 тис.
State & Binding | SwiftUI in 5 minutes | 2020
4:44
Krass Iankov
Переглядів 14 тис.
Binding vs. Bindable in SwiftUI on iOS 17
13:12
donny wals
Переглядів 7 тис.
How to use @Binding property wrapper in SwiftUI | Bootcamp #22
12:40
Swiftful Thinking
Переглядів 31 тис.
@EnvironmentObject Explained in SwiftUI | iOS 17
21:16
AppStuff
Переглядів 3,6 тис.
This NEW SwiftUI Feature Is AMAZING | Navigation Stacks
20:05
AppStuff
Переглядів 27 тис.
Data Flow in a SwiftUI App
33:15
CodeWithChris
Переглядів 51 тис.
🔴 6 GAME CHANGING Xcode Tips, Tricks & Shortcuts
6:53
AppStuff
Переглядів 1,5 тис.
СКОЛЬКО ЕЩЕ БУДЕТ АКТУАЛЕН IPHONE 13?
14:10
DimaViper Live
Переглядів 19 тис.
The PA042 SAMSUNG S24 Ultra phone cage turns your phone into a pro camera!
0:24
Распаковка айфона под водой!💦(🎥: @saken_kagarov on IG)
0:20
Взрывная История
Переглядів 9 млн
Power AC Coolness with Anker SOLIX F3800
0:27
Anker SOLIX
Переглядів 3,2 млн
I had no idea SHEIN sold PC parts…
27:10
Linus Tech Tips
Переглядів 1,2 млн