Breaking down SwiftUI State And Data Flow (SwiftUI State Management, SwiftUI Data Flow)

preview_player
Показать описание
Breaking down SwiftUI State And Data Flow (SwiftUI State Management, SwiftUI Data Flow, SwiftUI Source Of Truth)

🤙🏾 Subscribe to the tundsdev YouTube channel

⏭ Next Video
Breaking down State in SwiftUI (SwiftUI Property Wrappers, @State SwiftUI, SwiftUI @State)

⏮ Previous Video
Layout, Frame, Alignment & Offset in SwiftUI (SwiftUI Frame, SwiftUI Alignment, SwiftUI Layout)

Enjoying the video? Then why stop here 🤷🏾‍♂️

Enjoy rest of this course here in this playlist 👇🏾

SwiftUI Bootcamp (Beginner Level | SwiftUI Tutorial | SwiftUI for iOS developers: A step-by-step guide for beginners)

In this video, we will be breaking down SwiftUI state and data flow. We'll be discussing why it is important to understand the concepts associated with SwiftUI state in order to learn SwiftUI state. We'll see how this affects our views local state, how does changing a view local state affects our views, and what are some things that we should be looking out for?

After looking into state, we'll then dive into SwiftUI data flow. We'll discuss what this means to our SwiftUI apps, and how we pass data between our views in our SwiftUI apps. We'll expand on SwiftUI source of truth and how our views read from them so they react to the changes to our SwiftUI source of truth.

#swiftui #swiftuitutorial #learnswiftui #learnswiftuionlinefree #tundsdev

GitHub link:

SwiftUI Sessions Playlist:
Рекомендации по теме
Комментарии
Автор

Thank you for your nice video! if you don't mind, Could you handle websoket call as well? Thank you!

cannabaro
Автор

Great explaination. Question on the Toggle Modifier ".labelsHidden()", is there a way to programatically set it using the 'isOn' state variable or you have to resort to using a Text view after the Toggle. E.g. Text(isOn ? "Light Switch is On" : "Light Switch is Off") ?

cubasknation