👋 Our "Launch Your First App" program will help you build up your iOS skills to publish your very own feature rich app even if you’re a beginner starting from scratch. cwc.to/youtubeoffer
@danuff Жыл бұрын
Simple, and to the point. Thank you!
@thomasratzlaff682823 күн бұрын
Danke für die sehr gute Erklärung. Sie war sehr hilfreich. Ich suche noch eine Erklärung wie ich eine Datei einlesen kann? Haben Sie dafür auch ein Video?
@thetutorialdoctor Жыл бұрын
Excellent short yet complete tutorial on how to create a swift ui CRUD app. Appreciate this.
@CodeWithChris Жыл бұрын
Glad it was helpful! Thanks for learning with us! - Iñaki
@andriybelizky9318 Жыл бұрын
Awesome Video, I appreciate simplicity of examples.
@lemonade2345-j4e24 күн бұрын
First video I've seen that makes understanding of an important technology simple. Thumbs up!
@karlostj468311 ай бұрын
Great job! Thanks for the basics, which is what everyone should start with!
@rjamil2 ай бұрын
Great video. Straight to the point.
@KiTO키토8 ай бұрын
this is the best swiftdata tutorial!!! thank you!!
@CodeWithChris8 ай бұрын
Glad it was helpful! Thanks for watching! - Iñaki
@kaato3311 ай бұрын
Thank you! I was scared to approach this topic but you made it easy to understand!
@CodeWithChris11 ай бұрын
Hello! We're glad you found your video valuable! And thank you for the appreciation. :) --Joash
@bklock73 ай бұрын
Why doesn't the view update whenever an item is added to the context?
@helena9210 Жыл бұрын
Thanks!!! Fast focused and clear
@CodeWithChris Жыл бұрын
Thanks for learning with us! - Iñaki
@BasicInsideOut Жыл бұрын
Really good and simple description, especially for the CRUD operations.
@primalcam8124 ай бұрын
Thank you for keeping the code short and to-the-point :)
@Ward19828 ай бұрын
Brilliant. Chris you're great.
@Alexander0604443 ай бұрын
good video appreciate the effort.
@daxuan90 Жыл бұрын
Your tutorial is clear and easy understand. Thank you! ❤
@RiccardoAlfano317 Жыл бұрын
Great video I just started with swif but I’m pretty secure that I’ll learn Alot with your KZbin video Italia Grazie
@lvterry6 ай бұрын
clear and straightforward. great tutorial 👍
@eman31683 Жыл бұрын
Wow that is a lot easier than CoreData directly.. Good video Chris and thank you for your time!
@CodeWithChris Жыл бұрын
You're welcome, glad you liked it!
@mr._vico4 ай бұрын
10:35 I think that this delete method is simpler and fancier, but I think your method is more trusty .swipeActions(edge: .trailing) { Button("Delete", systemImage: "trash", role: .destructive) { context.delete(item) } }
@tonyhawk123 Жыл бұрын
Nice clear presentation style. Cheers!
@CodeWithChris Жыл бұрын
Glad you liked it!
@bobmcnerney1 Жыл бұрын
Very easy tutorial to follow. Thanks!!
@CodeWithChris Жыл бұрын
Glad it was helpful! Thanks for watching! - Iñaki
@rapier64 Жыл бұрын
Thanks for this very good tutorial!!!🙂
@CodeWithChris Жыл бұрын
Glad it was helpful! Thanks for watching! - Iñaki
@ruggedd3signz11 ай бұрын
I am getting an error at part 8:07 "Missing argument for parameter 'id' in call" I'm using Xcode 15.0 and iOS 17. Can you explain what I am missing as I am new to swift and swiftdata.
@ruggedd3signz11 ай бұрын
I was able to figure out the issue with the addItem module had to use *let item = DataItem(id: UUID().uuidString, name: "Test Item")* after that everything else was smooth sailing. Great tutorial on SwiftData. Subscribed and can't wait to watch more videos. Thanks
@cmliphone13 күн бұрын
A great video! Never thought I'd program before your videos. However, I'm getting an error Closure containing a declaration cannot be used with result builder 'ViewBuilder'
@jangelGuerrero Жыл бұрын
Amazing, I love this example, I have all to use it, thanks you and success in everything you do, greeting from México City.
@CodeWithChris Жыл бұрын
Glad it was helpful! Thanks for learning with us! - Iñaki
@vincent2700 Жыл бұрын
Thanks for the introduction on this
@CodeWithChris Жыл бұрын
Thanks for learning with us! - Iñaki
@penyt Жыл бұрын
Just wondering, if we follow MVVM, can we put that @Environment context in the ViewModel class?
@penyt Жыл бұрын
I've read up quite a few information since, I feel like with SwiftData MVVM seems less relevant and it might become more complicated if we strictly want to implement MVVM.
@yourbestsail Жыл бұрын
Excellent teaching skills 😊
@trevor-5 ай бұрын
What was that app you pulled up that had a list of all the symbols and associated names?
@virendragupta5945 Жыл бұрын
Great Demo Chris ....Lot easier than earlier database access !!! ... Thanks :D
@sk4tec7 ай бұрын
Ahh - feels like I'm back home again witha CodeWithChris video!
@LebenWerden7 ай бұрын
Hi, how I can use onMove modifier on Query?
@maryannadelman4438 Жыл бұрын
I have a core data app that I’ll be changing to swift data after seeing this. Question: in my app now, I can click a button in one view that will add item to core, then when I go to view that has the list it will be there. I’m assuming this will be easy to do in swift data also? Not sure how I’ll do that though.
@CodeWithChris Жыл бұрын
Hello @maryannadelman4438! To be honest I'm not sure how to answer your question, maybe our community members can help. You can share this to our community forum @ [codecrew.codewithchris.com/] --Joash
@anhalexdinh219011 ай бұрын
very great tutorial for basic concept
@sirflimflam Жыл бұрын
I find it kinda funny I was asking "why the underscore on the parameter name?" as you kinda just glazed over it in the delete function and I HAD TO KNOW so I went and looked it up. Then a bit later you explain it for the update function.. I SHOULD HAVE TRUSTED YOU GOOD SIR. SwiftData is pretty awesome though. I'm...struggling to get a good grasp on Swift. I've been doing C and C# for much of my life and something about Swift just throws me off. But your channel has at least put me in the right path.
@AkimboFennec4 ай бұрын
Hey Chris, I have a question for you. After watching wwdc 2024, i see that swift data now supports more operations, like history tracking and custom model configuration implementation. Would you say that SwiftData is now ready to be used? Also, did they resolve a bug, when you decorated your model with @Attribute(unique) that the app crashed ?
@jeffnosanov57614 ай бұрын
I see that this is about how to store list items on local storage, but how does one store simple variables such as an int?
@mario_luis_dev Жыл бұрын
great demo Chris, really liked the way you explained it. New sub here :)
@CodeWithChris Жыл бұрын
Awesome, thank you and happy learning! --Joash
@Hshshsusuu626279 ай бұрын
At 8:00 when I tap I get a Preview Error message. HELP!!!!!!!
@CodeWithChris9 ай бұрын
Hi, in the video Chris ran the app in the Simulator instead of using the SwiftUI preview. There is an additional code setup required to make the SwiftUI preview work with SwiftData, but it doesn't simulate any persistence functionality that you might expect. To run the app similar to the video, make sure to select a Simulator as your destination (on the top middle part of Xcode), then press Cmd + R. Xcode should build the project and launch the app in the iOS Simulator you chose. Hope that helps! - Iñaki
@neila880 Жыл бұрын
Thanks for the video. SwiftData looks really nice!!
@paininmydroid45265 ай бұрын
This looks real easy.
@wanderer1357 Жыл бұрын
Great video. Much easier than Core Data!
@ameliasaomarcos Жыл бұрын
I do it now, with your tutorial. thanks.
@kailasvilaskore4 ай бұрын
How can I connect to AWS Amplify Datastore using SwiftData ?
@antonreashin Жыл бұрын
thanks, I'm just going to use this in my project🙏
@CodeWithChris Жыл бұрын
Have fun! Thanks for watching! - Iñaki
@ElantraMan Жыл бұрын
How would this work using the likes of a view model?
@The1tjc Жыл бұрын
Fyi, this is not showing up in KZbin under your videos, nor did it pop up in my feed. I discovered it from your twitter post.
@CodeWithChris Жыл бұрын
Our Twitter post was a bit... prematured! Oopsy! @AdrienVillez
@divsyntax97207 ай бұрын
Haahahhahahahahahah when u were searching for the icon, I CAN RELATE!!! 😂 Awesome tut btw!
@thompsonms9941 Жыл бұрын
Good one bro , Thanks !
@CodeWithChris Жыл бұрын
Thanks for watching, and thanks for learning with us! - Iñaki
@amith89rm Жыл бұрын
Why is everyone stuck with todo program? There are like millions of example online for todo program. Why not do user login and register and delete user using swiftdata. But thank you for this amazing tutorial.
@Pedro76mchlkg Жыл бұрын
Thank you very much. I have a question, if I add a variable to the model, will it break the model?
@prems1331 Жыл бұрын
Wonderful Video. Love it ♥
@CodeWithChris Жыл бұрын
Thanks for watching! - Iñaki
@benjaminfaershtein138 Жыл бұрын
Hey I just started watching your videos and I was intrested your collection of keyboards that are always prominent in your videos. Would be cool to see a video talking about your keyboards or a setup tour.
@JenniferHolub-g2x Жыл бұрын
Love Your videos!! I have started a project in SwiftData, but I can not get the @Query to filter on date?? I've checked all the forums, and many people seem to be struggling, but no real answers that work for me. Any advice on filtering on date in SwiftData??
@Tritoon7107 ай бұрын
Is it like an embedded database? can you sync data from SwiftData to an online database like MongoDB Atlas?
@CodeWithChris7 ай бұрын
No, SwiftData is not an embedded database, it's an object graph and persistence framework, more like an ORM. It uses SQLite as one of its persistent store. You can sync data from SwiftData and MongoDB Atlas but it requires extra and redundant work, I wouldn't recommend it. SwiftData comes with built-in support for iCloud syncing. If you need to sync data from your app to Mongo Atlas DB, I recommend using Mongo Realm instead of SwiftData (www.mongodb.com/docs/atlas/device-sdks/sdk/swift/). - Iñaki
@Tritoon7107 ай бұрын
@@CodeWithChris Many thanks for the detailed answer 🙏🏻
@nil_at Жыл бұрын
Is there some kind of visual view integrated to Xcode to see the current database layout, entities, relations, and data and so on? Like pgAdmin for Postgres for example?
@peetorres Жыл бұрын
It will have support for CloudKit?
@CodeWithChris Жыл бұрын
"To provide automatic iCloud sync, SwiftData requires the CloudKit entitlement and an iCloud container. For more information, see Configuring iCloud services." For more information, you can check out: developer.apple.com/documentation/swiftdata Thanks for watching! - Iñaki
@Hendrik6 Жыл бұрын
Nice explanation, thanks a lot 😊
@CodeWithChris Жыл бұрын
Glad you liked it
@sabata6579 ай бұрын
so good video my bro
@chezchezchezchez Жыл бұрын
Brand new to Mac development. Never used coredata. Where can I find the rest of the tutorial that explains things like… how .onDelete creates these magical indexies , and why they swipe view shows up without any code, showing anything about swiping etc. thanks!
@jr_fin Жыл бұрын
Hey! When I query my database and try to insert the variables like name, it throws up an error saying "Value of type '[my class]' has no member 'name'". Is there something simple I'm missing?
@CodeWithChris Жыл бұрын
Hi! Sorry you're running into that! Have you checked if there is a `name` property in your data model class? You can declare it like how Chris did it on this timestamp: kzbin.info/www/bejne/oaO1nKBurJdld5o Hope that helps! - Iñaki
@pnkbrn Жыл бұрын
Can you use this in a MacOS application?
@CodeWithChris Жыл бұрын
Hello @Kyriacos-ue5kt, Indeed, you can utilize the new SwiftData API across all Apple development environments. It's not exclusively limited to iOS. --Joash
@ritzg98 Жыл бұрын
I get a Preview Crashed error when I try to add a record to the model. Does anyone know why that would happen? I'm pretty sure the code looks the same as Chris's code.
@CodeWithChris Жыл бұрын
Does it show any error in the console log? If it does, you may wanna post about it in our developer community forum: cwc.to/codecrew Someone might be able to help see what's wrong with your code or be able to determine what caused the issue. - Iñaki
@pnkbrn Жыл бұрын
Thanks! Would love to see a video on sorting and filtering Query data.
@blackookami5621 Жыл бұрын
that was really cool. thx
@CodeWithChris Жыл бұрын
Glad you liked it!
@JustYe322 Жыл бұрын
Can you get XCode on MacBooks too, or just the desktop?
@CodeWithChris Жыл бұрын
Hi @JustYe322, Yes! Xcode run on any mac. You can also check this link to see the minimum system requirements to be sure that your machine can working on the latest version available. developer.apple.com/support/xcode/ Hope this help. --Joash
@VladislavVaz Жыл бұрын
can someone help me please .. i have a SWIFTUI application with a flow as follows: A(landscape orientation)->B(landscape)-C(portrait)->D(portrait). also when I navigate back from C to B it should turn back to landscape as B is in landscape. (I am using NavigationLink in my application to navigate)How do I achieve the portrait lock in swiftUI. i tried the .onAppear{} and .onDisappear{} method.. (firstly it is no longer available on ios 16 and secondly it gives a choppy animation where the view does not expand fully to take the new rotated screen size; there is white space after it rotates)
@CodeWithChris Жыл бұрын
Hello, @VladislavVaz! Unfortunately we can't debug it for you in the comment section here but you can try joining and posting in our community: cwc.to/codecrew --Joash
@hassanportal5865 Жыл бұрын
Hey Chris do you know if Firebase can work with visionOS. It seems there’s only the options for iOS not for anything else
@CodeWithChris Жыл бұрын
Hello @hassanportal5865 Unfortunately I'm not sure about the answer. --Joash
@DefeatOG Жыл бұрын
I keep getting a 0__abort_with_payload error and I've not found anything online that fixes it. Any idea? Thanks for the video!
@CodeWithChris Жыл бұрын
Hello, @DefeatOG! Unfortunately we can't debug it for you in the comment section here but you can try joining and posting in our community: cwc.to/codecrew --Joash
@vanylaskywalker Жыл бұрын
Should we still use codable structs to decode JSON API responses or should we use the new codable @Model class to decode API responses? Which is better?
@CodeWithChris Жыл бұрын
You can actually do both, but if you add the Codable conformance to your SwiftData model, you'll have to manually write the Decodable and Encodable conformances yourself, as derived conformance simply doesn't work out the box. @Model is a Swift Macro, and it adds boilerplate code that does not conform to Codable (that's why derived conformance doesn't work). Donny Wals has written a great article about it, you may want to read about it here: www.donnywals.com/making-your-swiftdata-models-codable/ Have a good day! - Iñaki
@OoohYeahhByKlausi Жыл бұрын
@CodeWithChris Hey Chris, as soon as i typ in: "@Model", there comes a red message saying: "@Model requires an initializer be provided for 'DataItem". Please help. What did I do wrong?
@DouglasRutledge12 күн бұрын
Will you have an update on SwiftData, is it dead? No one has talked about SwiftData for a year?
@CodeWithChris11 күн бұрын
SwiftData isn't dead; it's just less discussed recently. It remains a valuable tool for simplifying data persistence in SwiftUI. :)
@chickenrei3876 Жыл бұрын
Hi Chris, can you make a video on how to write neat swiftui and code that can be read by other developers?
@MikaelaCaron Жыл бұрын
I made a video on this, but it's not specific to SwiftUI, but how to write good Swift code in general kzbin.info/www/bejne/apm5qqKwibSGitEsi=K8ORdCwzcDNpFPB9
@jmacutube99111 ай бұрын
When i type in line 29 i get error "Cannot find 'context in scope'. rest of code exactly as you typed it in? strange
@CodeWithChris11 ай бұрын
Hello, Unfortunately, we can't debug it for you in the comment section here but you can try joining and posting in our community: cwc.to/codecrew --Joash
@adarshgadepalli4847 Жыл бұрын
hey chris im currently a new app dev, can data be stored in firebase as well as locally with swiftdata synchronously?
@CodeWithChris Жыл бұрын
Firestore has a local data persistence feature, so you no longer need SwiftData to persist the data that you store in Firestore. - Iñaki
@geoffstokeld4015 Жыл бұрын
Do you still need Identifiable protocol? Really good video thank you. From another tutorial ‘SwiftData automatically handles the identification aspect of the model, eliminating the need for explicitly defining an id property or conforming to the Identifiable protocol.’
@w0mblemania Жыл бұрын
I'd still add a UUID (not a String). That way, it allows you to separate out distinct models instances, even if they happen to share the same data. It would be better for your own sanity, and debugging.
@ameliasaomarcos Жыл бұрын
Nice.!!!
@littlebrotha123 Жыл бұрын
wow! so much better than the coreData workflow. So will swift data ever be compatible with older iOS versions or will it only ever be compatible for iOS17 and up? I can't wait until this becomes the standard and we can shove coreData into the abyss. but if it's only ever going to be compatible for iOS17 and above then it's going to take some years right?
@littlebrotha123 Жыл бұрын
also, Chris - your teaching style is world class. You have the advantage of having a very easy voice to listen to. I really do hope you make a "100 Days of Chris UI" or something in the future
@napoleontsar Жыл бұрын
Until now I don't understand how to create a button that you can click on for moving to another view page in the app..
@CodeWithChris Жыл бұрын
Hello,@napoleontsar! You may want to check this video to learn more about NavigationStack. kzbin.info/www/bejne/bZXRhXuogd55gsU&ab_channel=CodeWithChris --Joash
@michaellittle1665 Жыл бұрын
Thank you Chris that is good, I'm going to be undertaking in my second semester as part of my masters in IT the unit in iPhone software engineering. I hope they are up-to-date as you are!
@Kai-wu5hd Жыл бұрын
Can SwiftData work on iOS 15 and above , bro?
@CodeWithChris Жыл бұрын
No, SwiftData is supported in iOS 17+. You'll still have to work with CoreData if you need to support iOS 16 below. - Iñaki
@babida9113 Жыл бұрын
For some reason my Xcode crashes after clicking add items.
@CodeWithChris Жыл бұрын
Hello @babida9113! Unfortunately we can't debug it for you in the comment section here but you can try joining and posting in our community: cwc.to/codecrew
@dylan1401 Жыл бұрын
I had the same problem, were you able to find a solution?
@pedrojosemoragallegos Жыл бұрын
In more complex applications we usually use different design patterns like the repository pattern and try to move away the functions from the view itself. How would you implement a repository pattern etc. with the SwiftData? :)
@CodeWithChris Жыл бұрын
Hello, Unfortunately, we can't answer you in the comment section but you can try joining and posting in our community: cwc.to/codecrew -- Joash
@carolinetakamhere Жыл бұрын
how would you use AI to automate this building process?
@CodeWithChris Жыл бұрын
Unfortunately I'm not sure about the answer, @carolinetakam2677. --Joash
@event-subscriber Жыл бұрын
Similar to useState in react native🤔
@w0mblemania Жыл бұрын
Except, actually native. And your app will feel like a real iOS app.
@DesarrolladorSwift11 ай бұрын
Excelente
@ho6y Жыл бұрын
Absolutely well explained, really simple compared to CoreData
@CodeWithChris Жыл бұрын
Glad you like it! Thanks for watching! - Iñaki
@mr.spokesman58497 ай бұрын
Darn ... too bad this is unusable while working with MVVM, I tried today to somehow bend it to my will ... guess what ... went to core data after ready long struggle.
@levous2 Жыл бұрын
Nice work on separating behavior from view. Too few examples take the care to demonstrate clean code. You, sir, have saved many headaches by teaching good practices
@CodeWithChris Жыл бұрын
Glad you found it helpful! Thanks for learning with us! - Iñaki
@First.Last.995 ай бұрын
Not a word about what if user changes his phone.
@REVOLSAMI Жыл бұрын
you misled people by using the swiftlet icon. shouldnt have used it. i was looking for swiftlets video. shame.
@fdurmaz Жыл бұрын
Thank you @CodeWithChris
@AkimboFennec4 ай бұрын
Hey Chris, I have a question for you. After watching wwdc 2024, i see that swift data now supports more operations, like history tracking and custom model configuration implementation. Would you say that SwiftData is now ready to be used? Also, did they resolve a bug, when you decorated your model with @Attribute(unique) that the app crashed ?