SwiftUI with ObservableObject & Published | Swift 5, Xcode 13

Опубликовано: 13 Октябрь 2024
на канале: iOS Geeky
116
4

In this video we will learn ObservableObject and Published to automatically refresh views on view model changes. As always we will be working in Xcode 13 and Swift 5.

Observable object in swiftui is used for seamless data flow between two views, with the help of @publisher and @observedobject state property wrapper in combine framework it's even easy how we can share data between the views. In this swiftui beginner series video we will understand how easy it is to use observable object in swiftui with a very simple example.

This video covers :
1. What is @Published Proprety Wrapper?
2. What is @ObservedObject Proprety Wrapper?

Source Code : https://github.com/AnuragBhanderi/Swi...

Follow us on Social Media *
Instagran :   / ios.geeky  

My Other Playlists for Apple Development..🔥 :

SwiftUI Tutorials🔥 :
   / playlistlist=plwlmgnb3kgj0vjhr3kzrd9h6fwmw...  

WatchKit Tutorials🔥 :
   • WatchOS Tutorials For Beginners 2021 ...  

If you have questions about the video or suggestions, please comment below.

So make sure you like the video.
f you have any query or suggestions, then mention it in comment,
And also subscribe the channel for daily videos and press the bell icon to get the notifications about latest our video...

Music in This Video : Low-ELPHNT

#swiftui
#mvvm
#iOSDeveloper