Hey Sean, I just wanted to let you know how much I appreciate the way you present and explain new things. Your videos make complex topics seem so simple and understandable. It's clear that you have a talent for breaking things down. Thanks for making data storage seem so much easier in your beautiful way. Keep up the fantastic work!
I've watched several tutorials on SwiftData, but this one stands out as the best introduction to the topic so far. Sean has a unique talent for simplifying complex concepts and making them easily understandable. Thanks Sean. 🙌"
wow! that's a great video, yeah give 30 videos please. Would be great one about video or media in general? how to persist it ( i know, probably that's 50 videos long too XD)
Honestly, what a fantastic video. Clear helpful, and patient. Learned so much of the basics without diverting too much into wild syntax and hard to comprehend coding. Really great work on this video it's perfect!
I just discovered your channel and I’m watching your Swift UI Fundamentals Video. You keep dropping these fire videos which is helping me understand SwiftUI a lot. Thanks soo much and I greatly appreciate your valuable work.
Sean! Back working on an iOS app and this is exactly what I needed. Haven’t coded since we spoke probably like 5 years ago when ARKit first came out. Excited to put it to use
Thanks for the video. Two questions: - How do you work with related one-to-one and one-to-many models? - How to bring the logic of working with storage into ViewModel?
To the point, not overdone, not underdone and concise and clear. Great tutorial. This has everything you need to know to get started working with SwiftUI and SwiftData with good explanations
Just started to dip my toes into iOS development and I wasn't aware how recent some of the things I try to use are. It's so hard to find guides. So this is perfect.
I did a bit of iOS development when Swift was brand new and it's incredible how far i went.. so much simpler nowadays. I was thinking about side project with nice offline functionality and I though about CoreData and how complex it is. This is such a good news to see there is beautiful new "SwiftUI" way how to do it. Thanks so much for this clear introduction! :)
I need to be able to migrate my CoreData app to SwiftData but it's just not there yet... CoreData is still WAY more sophisticated, particularly for large complex databases with lots of > relationships, etc. Fingers crossed they'll make it possible in the next year....
Great video, I've been working on an app with SwiftData since it was announced while doing the #100DaysOfSwiftUI challenge. You were wise to wait till now before making a video because there were some bugs when you had custom types and enums haha. Anyways, thanks for the example because now I can change my edit view, Apple's example app of updating an existing SwiftData object isn't like this so now I can clean up my code a bit.
Hi Sean, I've been watching some videos on your channel, and your method of presentation is excellent and easy to follow, I'm completely new to iOS development and was wondering if you have a video or tutorial that has a complete beginners guide?
Thank you so much! Idk if you already made this video, bc I couldn't find on the channel but, if you could make a video to help use swiftData with view models that would be awesome! Thanks again
Рік тому+1
Great content! Very useful but as everything that introduced newly, to use them daily, we need to wait until iOS 17 is used more.
Incredible video man! First time seeing anything from your channel! Been slamming my keyboard trying to get through UI mismatching and out of date CoreData tutorials. I would love to purchase a SwiftData course if you have one. Would you post on Udemy maybe?
How do we perform CRUD outside the view, example periodically check for new data from the server, download it using background tasks but now it needs to be persisted to local database
Awesome video, SwiftData looks really good. The only thing I’m wondering is: What happens to an Expense when we assign it to the ExpenseToEdit variable and then dismiss the edit sheet? Does that Expense just keep sitting in the variable until we assign to it a different Expense (at which point I assume the sheet would trigger again)? Or does Swift automatically set the value to null again after we dismiss the sheet?
Hi, I’m continuing to study SwiftData by repeating all the tutorials but I can’t understand one thing: I have to create an app with a default list (which therefore no data needs to be added) and this list is contained in a toggle. How do I make only the toggle state persistent?
Anyone found a way to back up the data. Not sync it for multiple devices, but create a backup file of the data to iCloud or dropbox, then restore from that file if needed.
Does anyone know if I have to care about unique constraints? Do I have to check if it exists before inserting it? Currently, it is working. It won't add another one. Is SwiftData handling it?
Hi Sean, really informative video. Is there a way to get data from a network request and transform the json straight into a swiftdata model with Codable?
In the video I show you how to create a container object. Once you have that object you can use it outside the view hierarchy (like a SwiftDataManage singleton for example).
New to SwiftU here. Is it SwiftUI best practice to keep the .sheet views code inside the same view as the content view or better to have them in their separate views? So instead of 1 view you would have 3, if that makes sense.
Does anyone know if there is a way to query based on a State var? Say there is a button where the user can set the month with the intention of viewing every expense pertaining to just that month. I don't think we can just set the month as a state var and use it in the Query filter
in case where you are handling with multi model how we are going to identify which is getting triggered in view. just a little confusion here as i am a basic learner.
I appreciate your efforts here, but buddy, pick a lane. If you took out all the “I want to expose you to what’s possible” but on the other hand “that’s way out of scope for this video” excuses, this video would be 10 minutes shorter and a lot easier to follow. A really simple example is great for an introduction. Do that first, and *then* explain that most of what you showed can be customized and why that’s useful. Or do a second “deep dive” video based on an MVVM app that shows a more complex model with a custom container.
Learn more with my iOS Developer courses at seanallen.teachable.com
thanks boss. I do like content creators who doesn't read the course material but instead is thinking logical, it gives me the vibe that you a pro
I appreciate that!
I've been watching for a while, I like Sean's teaching style - he has a great way of making complex concepts simple and understandable
I appreciate the long-time support, Andrew!
This was by far the best SwiftData video I've seen. Thank you!
Hey Sean, I just wanted to let you know how much I appreciate the way you present and explain new things. Your videos make complex topics seem so simple and understandable. It's clear that you have a talent for breaking things down. Thanks for making data storage seem so much easier in your beautiful way. Keep up the fantastic work!
I really appreciate the kind words and it's motivation to keep going 💪. Glad you're enjoying the content!
This is just incredible, your level of mastery and ability to step through each portion with great clarity is unheard of!
I appreciate the kind words and glad you liked the video!
I've watched several tutorials on SwiftData, but this one stands out as the best introduction to the topic so far. Sean has a unique talent for simplifying complex concepts and making them easily understandable. Thanks Sean. 🙌"
Great video, as usual. Would be great a part 2 explaining the iCloud sync with SwiftData
Yes I would love part 2! I have CloudKit enabled on a SwitData project but I'm not understanding how to get it to sync.
More Swift Data videos in the future for sure. No promises on when, but there's a few on my to-do list.
wow! that's a great video, yeah give 30 videos please. Would be great one about video or media in general? how to persist it ( i know, probably that's 50 videos long too XD)
Haha, yeah. SwiftData is a huge topic that will continue to grow as Apple builds upon this initial version.
Honestly, what a fantastic video. Clear helpful, and patient.
Learned so much of the basics without diverting too much into wild syntax and hard to comprehend coding. Really great work on this video it's perfect!
Best tutorial! ive saw many 8h tutorials, but this is the most simple and powerful
I just discovered your channel and I’m watching your Swift UI Fundamentals Video. You keep dropping these fire videos which is helping me understand SwiftUI a lot. Thanks soo much and I greatly appreciate your valuable work.
Welcome to the channel! Glad you're enjoying the content :)
Dear Sean, thank you for that wonderful video. Love your teaching style, it’s easy for me to understand and follow you. Just excellent.
Glad you like my style!
You have such a clear way of explaining concepts. Great work! Looking forward to the new course!
I appreciate the kind words, Kuldar!
simple, clear, great explanation ... 👌
absolutely clear in the essential. the best teacher ever 👍 regards from France
Sean! Back working on an iOS app and this is exactly what I needed. Haven’t coded since we spoke probably like 5 years ago when ARKit first came out.
Excited to put it to use
Hey Allen! Welcome back. 👋
Thanks for the intro, that is extremely useful.
Glad it was helpful!
Great, that covers a lot of information with swiftData and looking forward to your next video.
Glad you liked it!
Thank you Sean, you are the best teacher with the best content ever :)
Thanks for the kind words :)
Love your style, Sean. You explain things well and make it understand. Thanks!
*understandable.
I appreciate that! Glad you like my teaching style.
Man... your explanation is top notch! You know where to put accents! Very well done 👍
Thanks! Glad you like my teaching style.
Thanks for the video.
Two questions:
- How do you work with related one-to-one and one-to-many models?
- How to bring the logic of working with storage into ViewModel?
Omg. I asked, and I received!!
Thanks, Sean!
Happy to help!
finally a video that actually helped!
Crystal clear explanation
Glad you liked it!
To the point, not overdone, not underdone and concise and clear. Great tutorial. This has everything you need to know to get started working with SwiftUI and SwiftData with good explanations
Just started to dip my toes into iOS development and I wasn't aware how recent some of the things I try to use are. It's so hard to find guides. So this is perfect.
Happy to help 👍
Thanks Sean. Great tutorial as usual 😊
As a beginner it looks far easier to begin than Core Data 😅
Yes... it's much easier. It needs another year or two to mature, but it's a great start and clearly the future.
I did a bit of iOS development when Swift was brand new and it's incredible how far i went.. so much simpler nowadays. I was thinking about side project with nice offline functionality and I though about CoreData and how complex it is. This is such a good news to see there is beautiful new "SwiftUI" way how to do it. Thanks so much for this clear introduction! :)
Yes... this will be a huge improvement over Core Data.
Very helpful! Thanks for sharing it!
Happy to help!
Thanks for the video!
Happy to help!
Thank you!
thank you bro
clear and smooth 🥰
You're welcome!
Exactly what i wanted!
Hope ya like it!
A+ content for sure, thanks Sean,
I appreciate that! Glad you liked it.
Thank you so helpful!!
Happy to help :)
I need to be able to migrate my CoreData app to SwiftData but it's just not there yet... CoreData is still WAY more sophisticated, particularly for large complex databases with lots of > relationships, etc. Fingers crossed they'll make it possible in the next year....
Agreed... give SwiftData another couple years. It's clearly the future, but not quite there yet for complex projects.
Great video, I've been working on an app with SwiftData since it was announced while doing the #100DaysOfSwiftUI challenge. You were wise to wait till now before making a video because there were some bugs when you had custom types and enums haha. Anyways, thanks for the example because now I can change my edit view, Apple's example app of updating an existing SwiftData object isn't like this so now I can clean up my code a bit.
I agree. This is definitely a great start for SwiftData, but it needs another year or two to mature.
Hi Sean, I've been watching some videos on your channel, and your method of presentation is excellent and easy to follow, I'm completely new to iOS development and was wondering if you have a video or tutorial that has a complete beginners guide?
Good lesson. Thanks
Happy to help
Awesome. Can you show it using Previews instead of the Simulator? Thanks
Thanks I have been enjoying your videos. Is this one available to grab as a starter
I don't have starter projects, however you can grab the completed source code at seanallen.teachable.com/p/source-code-youtube-videos
Thank you so much! Idk if you already made this video, bc I couldn't find on the channel but, if you could make a video to help use swiftData with view models that would be awesome! Thanks again
Great content! Very useful but as everything that introduced newly, to use them daily, we need to wait until iOS 17 is used more.
Yes. And it's probably needs another year or two to be fully ready for complex projects.
That was super useful thanks.
Glad to hear it!
Are you on Threads,@@seanallen ? I'd like to follow you. `
Container-Context in SwiftData is really a mirror of an CoreData Persistent store and ManagedObjectContext with sugar of autosave (?).
Yup. That's it.
Incredible video man! First time seeing anything from your channel! Been slamming my keyboard trying to get through UI mismatching and out of date CoreData tutorials. I would love to purchase a SwiftData course if you have one. Would you post on Udemy maybe?
Glad you liked it! I don't have a Swift Data course (yet) because it's pretty new and I expect a lot of updates and changes with iOS 18 this year.
Can you make a video showing how to implement swiftdata outside of a view? I’d also like to see fetch descriptors explained if possible.
whats the difference between Binding and Bindable,are they same usage different annotation?. Great video as always.
Please make some vidoes of data structures and algorithms in Swift
That's out of my area of expertise. I haven't interviewed for a job in a long time and that's the only time I ever used or studied that topic.
Thanks for video. I think IOS development very easy than Android development. This video was very helpful
Glad it helped!
How do we perform CRUD outside the view, example periodically check for new data from the server, download it using background tasks but now it needs to be persisted to local database
Do you have a video on how to use swift data and preload the database and the data?
Awesome video, SwiftData looks really good. The only thing I’m wondering is: What happens to an Expense when we assign it to the ExpenseToEdit variable and then dismiss the edit sheet? Does that Expense just keep sitting in the variable until we assign to it a different Expense (at which point I assume the sheet would trigger again)? Or does Swift automatically set the value to null again after we dismiss the sheet?
It will hold the value until we assign it a different one (at which point would trigger the sheet again with the new information)
If @Query results change, will the view invalidate like with @State and re-render?
Yes, that's how it should work.
Hi, I’m continuing to study SwiftData by repeating all the tutorials but I can’t understand one thing:
I have to create an app with a default list (which therefore no data needs to be added) and this list is contained in a toggle. How do I make only the toggle state persistent?
Anyone found a way to back up the data. Not sync it for multiple devices, but create a backup file of the data to iCloud or dropbox, then restore from that file if needed.
Is there anyway to connect swiftdata to amplify datastore ? Any sample code to implement Datastore & DatastoreConfiguration for amplify datastore
hi @seanallen , How can I do the undo process in swift data. Am I getting an ID-related crash?
can you tell me how I connect sql based db to swift data.... video is useful. thank you
Suggestion: if u skip so much code video for ui, give the code to copy it, so we can do it fast too
what about saving the container to a file to share with another user?
Does anyone know if I have to care about unique constraints? Do I have to check if it exists before inserting it? Currently, it is working. It won't add another one. Is SwiftData handling it?
Hi Sean! Thanks for your SwiftUI videos, for all of them. Are really helpful!,. Please, Can you share your Xcode theme? Thanks in advance 🫶🏻
Happy to help. The theme is called Midnight. it's a default one in Xcode. The only thing I changed was the color of the comments. I made them grey.
Hi Sean, really informative video. Is there a way to get data from a network request and transform the json straight into a swiftdata model with Codable?
Yes... in SwiftData your models are the same models you would use in normal Swift code.
want to create SwiftData in a Framework not in Host App. where do we specify the model container?
Could you make a video about becoming a freelance app dev?
How can I use the context outside swiftUI? Like if I want to manage in a different class an Object stored in a context
In the video I show you how to create a container object. Once you have that object you can use it outside the view hierarchy (like a SwiftDataManage singleton for example).
what did you mean by ExpenseCell ?
Hi, how I can use onMove modifier on expenses?
can you talk about vision os?
I have an overview video here - ua-cam.com/video/V-mIIcvYrh0/v-deo.htmlsi=dpjgdJwFYlQQ2o65
New to SwiftU here. Is it SwiftUI best practice to keep the .sheet views code inside the same view as the content view or better to have them in their separate views? So instead of 1 view you would have 3, if that makes sense.
I'm not sure I follow what you mean. Do you mean within the same file, or within the actual View?
@@seanallen Sorry I think I meant file.
Does anyone know if there is a way to query based on a State var? Say there is a button where the user can set the month with the intention of viewing every expense pertaining to just that month. I don't think we can just set the month as a state var and use it in the Query filter
Would you use this over Realm?
I've never used Realm before, so I can't give a valid opinion here.
okay, thanks!@@seanallen
This really is amazing but it put me off using it atm because it's obviously only from iOS 17 & above, I'm using FMDB right now
in case where you are handling with multi model how we are going to identify which is getting triggered in view. just a little confusion here as i am a basic learner.
I never understand the do/try/catch blocks because all tutorials force unwrap or put in comments saying “// do some code here” lol
is this only work in iOS 17?
Yes, this requires iOS 17 and above.
What is with Dynamic Filter
How about sharing data between an app and widgets?
Use an app group and put that ID in the container configuration parameter.
❤
please my friend make tutorial based on new swiftdata and swift ui, like recent ones, 10 hours each
Oh, just a casual 10 hour tutorial??
How can I save a dict?
I appreciate your efforts here, but buddy, pick a lane. If you took out all the “I want to expose you to what’s possible” but on the other hand “that’s way out of scope for this video” excuses, this video would be 10 minutes shorter and a lot easier to follow. A really simple example is great for an introduction. Do that first, and *then* explain that most of what you showed can be customized and why that’s useful. Or do a second “deep dive” video based on an MVVM app that shows a more complex model with a custom container.
💯
short and super fast explanation. This guy was in a hurry to finish the video 🫣
Some like short and to the point, some like long drawn out. I try to strike a balance.