How to use @Observable Macro in SwiftUI | Bootcamp #76

  Рет қаралды 7,925

Swiftful Thinking

Swiftful Thinking

Күн бұрын

Пікірлер: 52
@alisampson6639
@alisampson6639 Ай бұрын
It wasn't an easy journey but I have finally made it to the end of the playlist and I must say Nick is a very great instructor. Thank you very much Nick for such a playlist.
@SwiftfulThinking
@SwiftfulThinking Ай бұрын
Congrats on completing! This is by far the longest course on my channel. 🚀
@Alvin-dg9pq
@Alvin-dg9pq 8 ай бұрын
As of right now, this is the last video of the playlist and I'm celebrating making it to the end. I've learned a ton from your channel so far and I absolutely love you Nick. Keep it coming, you're too good for us lol
@InertiaInquirer
@InertiaInquirer 9 ай бұрын
I really like your channel. I think the main thing that makes your videos great is that you always bring up examples of the same task done with different methods, where one can see the advantages of that technology and what it solves. Additionally, when you compare it with other technologies, you clearly demonstrate why certain solutions are chosen over others, which really helps to see the difference and understand the choices. This is what other channels are missing. I've learned a lot from your videos and even landed my first job because of them. So, thank you for that 🙏.
@Mike_bbbbb
@Mike_bbbbb 8 ай бұрын
Finally finished this playlist. 🎉 Thanks for your incredible generosity, Nick! Your content is fantastic.
@MarioPereira-p7z
@MarioPereira-p7z 3 ай бұрын
ME TOO!!! Congratulations to both of us for reaching this point. Thanks Nick!
@johnsabatel7325
@johnsabatel7325 8 ай бұрын
Just finished up this playlist! Thank you for the amazing insight and information. Can't wait to start the other playlists!
@PradeepManek
@PradeepManek 2 ай бұрын
I completed your entire bootcamp playlist & appreciate you Nick for explaining everything really well. Please keep updating this with new updates. Thanks buddy.
@tsomuk
@tsomuk 3 ай бұрын
Absolutely incredible job with this course! Thank you so much !
@spaceman2000-i3s
@spaceman2000-i3s 4 ай бұрын
Ta Da! I've finished all of the videos in the playlist! Well done, sir. Very logical in the order of presentation.
@jeetkapadia1961
@jeetkapadia1961 Ай бұрын
I made it to the end. Thanks for this amazing playlist. I am waiting for the new updates on iOS 18. Please keep posting.
@Krafcik226
@Krafcik226 5 ай бұрын
Finished the Playlist today. I've learned so much from you so I wanted to say: Thank you Nick!
@TheITExpert
@TheITExpert 7 ай бұрын
Hi Nick, My heartful thank you so much to providing valuable subject to the people who are trying to gaining knowledge in mobile apps development. i became fan of you.
@Dudadius
@Dudadius 9 ай бұрын
Thanks for the update and for your amazing content in general.
@anmol-suneja
@anmol-suneja 7 ай бұрын
Great work Nick!! I am a Fan boy now. This is the first series that I started on your channel and I am glad, I am able to finish it. This is a definite go to series for any developer who want to get comfortable with SwiftUI. Thanks a lot for this. I am aiming to learn Swift Concurrency next and after that will continue back with other SwiftUI playlists on channel and Combine as well. It would be great if you can suggest an order in which I take those playlists.
@SwiftfulThinking
@SwiftfulThinking 7 ай бұрын
The order is listed here: www.swiftful-thinking.com/store I also have a Swift Concurrency course if you’re interested!
@markaurelius61
@markaurelius61 9 ай бұрын
That's a good way to consolidate the understanding
@yuanan4423
@yuanan4423 4 ай бұрын
Finish this playlist Thank you Nick
@rayhaanalykhan
@rayhaanalykhan 9 ай бұрын
Hi nick, thank you 😊
@vladimirmoor
@vladimirmoor 7 ай бұрын
Thanks for your work!
@FabricioMTL
@FabricioMTL 9 ай бұрын
Hey nick will you cover swiftData as well
@peterwolf2657
@peterwolf2657 9 ай бұрын
That would be awesome.
@bjeber
@bjeber 9 ай бұрын
Yeah good one.
@Spacer-l3j
@Spacer-l3j 8 ай бұрын
Plenty of videos of SwiftData on KZbin it takes 3 steps to implement and a few more to work with. Check Paul Hudson's video called Create your first project with SwiftUI and SwiftData
@elemento_arts
@elemento_arts 6 ай бұрын
Definitely need that one. Core Data is now a thing of the past.
@MarioPereira-p7z
@MarioPereira-p7z 3 ай бұрын
Done! Finished the entire playlist, following in Xcode. Thanks Nick!! I am even going to print myself a diploma. Can you sign it?
@mirac_
@mirac_ 9 ай бұрын
my goat 🐐
@haseebkhan-d5q5e
@haseebkhan-d5q5e 3 ай бұрын
Just Finish The Playlist "SwiftUI Bootcamp (Beginner Level)" Must Recommended, 🥳❤🥳
@jotaman96
@jotaman96 6 ай бұрын
Reached the end, lets gooooooo. You're great Nick! 🫶
@NotElonMuskk
@NotElonMuskk 4 ай бұрын
Which playlist should I watch after this bootcamp and Swift basics?
@SwiftfulThinking
@SwiftfulThinking 4 ай бұрын
Order is at www.swiftful-thinking.com/store .. next is time to build your first app! Todo list and then map app.
@NotElonMuskk
@NotElonMuskk 4 ай бұрын
@@SwiftfulThinking Thanks for all your hard work Nick, really appreciate it!
@SimoneSamardzhiev
@SimoneSamardzhiev 3 ай бұрын
Hey, can I have a question. When you use observed object and pass it as an environment object you can still use it as a binding variable. But when used the new way and you pass it as environment you can't bind to it. Is there any solution to that.
@SwiftfulThinking
@SwiftfulThinking 3 ай бұрын
Maybe I’m misunderstanding but you should be able to use @Binding
@hew3999
@hew3999 4 ай бұрын
Hey Nick, will you cover swiftData and news in ios 18. Please 🎉
@rishabhbhatia1847
@rishabhbhatia1847 7 күн бұрын
This will work even without using @Bindable in the childView and using @State instead. I tried it. Any idea when exactly to use @Bindable?
@MaksimLA
@MaksimLA 9 ай бұрын
😍
@gccount
@gccount 9 ай бұрын
observable is not essential , but I think swift data is ! because it's the last puzzle to make swift app, especially for beginners
@johnheaney3349
@johnheaney3349 9 ай бұрын
That was funny. Probably half the video is "don't bother with this now."
@SwiftfulThinking
@SwiftfulThinking 9 ай бұрын
This is trending on social media and I think a lot of people are anxious about it, so I wanted to be clear that it’s a “nice to have” when you get there lol
@Spacer-l3j
@Spacer-l3j 8 ай бұрын
⁠@@SwiftfulThinkingI don't know why people are anxious since it's just a difference in syntax and much cleaner... Yeah it's supporting iOS17 onwards but this is the future and we should be thankful to have such a clean implementation to work with in the future
@tupuonohoching966
@tupuonohoching966 6 ай бұрын
What is next after this Video?
@SwiftfulThinking
@SwiftfulThinking 6 ай бұрын
Next we’ll build some beginner apps. Todo list app is first! Full course order posted here: www.swiftful-thinking.com/store
@thegoblintown
@thegoblintown 5 ай бұрын
tell me to go slowly and it's only supported in iOS 17 10 more times please
@SwiftfulThinking
@SwiftfulThinking 5 ай бұрын
Please go slowly because it’s only supported in iOS 17
@bjp_for_2024
@bjp_for_2024 9 ай бұрын
all your code is updated to latest SwiftUI code in bootcamp branch?
@SwiftfulThinking
@SwiftfulThinking 9 ай бұрын
Yes everything on GitHub @SwiftfulThinking!
How to use NavigationStack in SwiftUI | Bootcamp #62
23:59
Swiftful Thinking
Рет қаралды 37 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 62 МЛН
Turn Off the Vacum And Sit Back and Laugh 🤣
00:34
SKITSFUL
Рет қаралды 9 МЛН
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 14 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 4,7 МЛН
These Swift 6 Features Change a Lot! | @SwiftBird
17:10
The Swift Bird
Рет қаралды 4,4 М.
How to use Popover modifier in SwiftUI | Bootcamp #69
18:04
Swiftful Thinking
Рет қаралды 10 М.
Learn RAG, LangChain, Vector DB's, with this project, FULL COURSE
1:29:21
PropTech Founder
Рет қаралды 4,1 М.
Project Setup and Shared Components | SwiftUI in Practice #1
20:16
Swiftful Thinking
Рет қаралды 11 М.
Create a List of Todo items in SwiftUI | Todo List #1
20:53
Swiftful Thinking
Рет қаралды 66 М.
How to use @ObservableObject and @StateObject in SwiftUI | Bootcamp #50
35:12
User Experience and Animations in SwiftUI app | Todo List #5
22:31
Swiftful Thinking
Рет қаралды 23 М.
iOS 17 Data Flow with Observation Framework
28:41
Stewart Lynch
Рет қаралды 9 М.
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 314 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 62 МЛН