Тёмный

iOS Core Data QuickStart Tutorial 2020 

CodeWithChris
Подписаться 598 тыс.
Просмотров 102 тыс.
50% 1

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 282   
@CodeWithChris
@CodeWithChris 3 месяца назад
👋 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. codewithchris.com/plus
@calebhermann
@calebhermann 2 года назад
I really appreciated how you stuck to Core Data and didn't get lost in the UI of everything. This got me started in a great way. Thank you!
@CodeWithChris
@CodeWithChris 2 года назад
Core Data is a tough cookie to get at first, glad we were able to help! @AdrienVillez
@SejutiSharminMethila
@SejutiSharminMethila 9 месяцев назад
I am making an iOS app that uses the camera to capture a flower image, classifies it using a pre-trained Core ML model, retrieves additional information from Wikipedia using an API request, and updates the UI accordingly. I want to create a core data local database with machine learning capabilities inside it. That's why I am here watching this tutorial. Very nicely explained all the steps. I will re-watch it again to build a better understanding. Thank you, please don't stop making tutorials.
@CodeWithChris
@CodeWithChris 9 месяцев назад
We're happy that our content gives value to you. We wish you all the best on the project you're working @SejutiSharminMethila! Happy Coding! --Joash
@TitouanYT
@TitouanYT 3 года назад
Thank you very much ! I'm wondering why this video only has 4k view because it is so good. You really deserve more. PS : i love the way you speak x)
@CodeWithChris
@CodeWithChris 3 года назад
You are truly a legend! We value your support so much! :-) -Arthur
@artemstarovoyt9615
@artemstarovoyt9615 2 года назад
Hey Chris, I am new to Swift and Core Data but I am fairly proficient Java Developer - I must say your lessons and incredibly informative and you have a very unique ability to cater to both experienced and new developers. I truly enjoy watching your videos! They are amazing!!! Thank you very much!
@CodeWithChris
@CodeWithChris 2 года назад
Your comment made our day, Artem! Thank you so so much! -Arthur
@s.mohammadmousavi4684
@s.mohammadmousavi4684 7 месяцев назад
I was checking several youtube videos and series for learning to work with core data, all of them seemed either to simple or confusing because they jumped to a huge code base really quickly without explaining the core data properly first. Your explanation is perfect and easy to follow. Thanks.
@konstantin215
@konstantin215 4 года назад
Thank. It helped to refresh the memory very quickly regarding CoreData. Very simple and straightforward, and most importantly without unnecessary water. The only thing I want to add is that there is not enough demonstration of how to bind an array to one object, for example, a contact to which a list of messages is attached, because developers, including beginners, often face this. Thanks for the guide!
@CodeWithChris
@CodeWithChris 4 года назад
Thanks for the feedback! - Kat
@pratyushclasher499
@pratyushclasher499 4 года назад
After watching your video...i am really improving my coding skills.... Thanks for help.....💗💗💗💗
@CodeWithChris
@CodeWithChris 4 года назад
Glad to hear that! - Kat
@spectre__et
@spectre__et 3 года назад
Amazing Explanation man. Thanks alot.. That really cleared so much about CoreData
@CodeWithChris
@CodeWithChris 3 года назад
Cheers, Abdul! Keep on going! :-) -Arthur
@abymathew575
@abymathew575 4 года назад
Your coredata tutorial is the best and simple clean tutorials I’ve ever experienced.
@CodeWithChris
@CodeWithChris 4 года назад
Wow, thanks! - Kat
@DominicDominic-s6o
@DominicDominic-s6o 6 месяцев назад
Could you please add some more UI elements to show the structure of the family? That should be very helpful for beginners to learn how Core Data works. Thanks!
@flexyfishy8078
@flexyfishy8078 4 года назад
Hey Chris, i finished my app today. But i dont know what i can use for data protection. I am using Firebase and all that stuff. Maybe you can make a video on that? I know a lot of people facing this problem👌🏻 Have a great day!
@CodeWithChris
@CodeWithChris 4 года назад
Hello, using Firebase Auth is data protection is in itself, yo u can also limit data access based on firebase rules, i suggest checking firebase documentation for it or maybe some articles - Francis
@maaz6912
@maaz6912 2 года назад
Chris, thank you for providing such an in-depth and informative tutorial on Core Data. It would be very helpful if you could provide us with the code that you have created in these tutorials. Cheers.
@CodeWithChris
@CodeWithChris 2 года назад
Hello, kindly post your question in our CodeCrew forum so that our technical support staff can assist you. Go here: codecrew.codewithchris.com/ Thank you! -Arthur
@shawnfrank5303
@shawnfrank5303 3 года назад
Great tutorial and I have to really appreciate the time and effort that has gone into making this so detailed. I have used CoreData with Obj C some time ago so I wanted to refresh my knowledge and I learned so many new things. I would say one thing I was hoping to see was about the migrations if we need to change the DataModel when shipping a new version of the app - does this still need to be done or has Apple taken made this easier somehow ?
@CodeWithChris
@CodeWithChris 3 года назад
"Hello, supposedly all the datamodels or the ""set-up"" should be the same accross different versions because its an apple ""core"" database.. however, do remember that this is a local only database,, so if the user decides to change phones then the data won't get carried over, for that it would be ideal to check out cloud solutions like Firebase. - Francis"
@vladc.5311
@vladc.5311 2 года назад
Wow I also gave up on CoreData after watching boring apple presentations then found this tutorial and it's absolutely a breeze to understand the concept now
@CodeWithChris
@CodeWithChris 2 года назад
Thank you for the kind words!! - Pat
@yukkikatakamuna25
@yukkikatakamuna25 3 года назад
I love your videos! Very clear and easy to listen! Thank you always!
@CodeWithChris
@CodeWithChris 3 года назад
Yes, thank you so much for your support, Yukki! We appreciate you a ton! :-) -Arthur
@sheikhbayazid1778
@sheikhbayazid1778 4 года назад
it would be great if you’d make a same video for swiftui
@merylt972
@merylt972 4 года назад
I agree that would be awesome
@CodeWithChris
@CodeWithChris 4 года назад
Hello, you can add your requests here: cwc.to/request :) - Kat
@joshuafagans7534
@joshuafagans7534 3 года назад
Fantastic tutorial, just what I needed. Thanks!
@CodeWithChris
@CodeWithChris 3 года назад
Awesome, Joshua! :-)
@mrmihawkgaming8951
@mrmihawkgaming8951 2 года назад
Bro!!!! Thanks a lot. Your video on Core Data help me to understand many concept of it. You are the best teacher buddy.😎
@CodeWithChris
@CodeWithChris 2 года назад
Wow, thank you for your awesome comment. Made our day! -Arthur
@cimoi2638
@cimoi2638 11 месяцев назад
great tutorial I love how it is in one part and that it's concise I didn't have to skip that much. thank you!
@CodeWithChris
@CodeWithChris 11 месяцев назад
Glad it was helpful! Thanks for watching! - Iñaki
@DD-hh3sp
@DD-hh3sp 2 года назад
You're a great teacher, Chris. Well done, as with all of your videos!
@CodeWithChris
@CodeWithChris 2 года назад
And you're a great student for sure. Thanks for learning with us! -Arthur
@citywitt3202
@citywitt3202 4 года назад
Where has this been all my life :D
@CodeWithChris
@CodeWithChris 4 года назад
Welcome to CodeWithChris! 😀 - Kat
@seanLeprechaun
@seanLeprechaun 2 года назад
Love this tutorial. Really easy to follow. I have to build a video tutorial for a project at my office. Do you mind if I ask what tool(s) you use to make these? I love how you're able to fit such a large screen into a smaller window with scrolling rather than making things cramped or tiny.
@CodeWithChris
@CodeWithChris 2 года назад
Hello, Sean! Kindly post your question in our CodeCrew forum so that our tech support staff can assist you. Thanks for watching! :) -Arthur
@sajithtm4864
@sajithtm4864 3 года назад
Excellent delivery of the concepts in a simple way. Amazing presentation 👌. It would be really great if you could make a video on core data multithreading. Thank You.
@CodeWithChris
@CodeWithChris 3 года назад
Thank you so so much, Sajith! We always do our best to produce high-quality content for you guys. Your support means everything! :) -Arthur
@SylsMusicRoom
@SylsMusicRoom 3 года назад
Awesome content! Very clear explanations. Thank you so much for sharing this that will be more than useful for the WatchOS SwiftUI App I'm making
@CodeWithChris
@CodeWithChris 3 года назад
Glad that our lessons helped you! Keep on going! -Arthur
@victorsebastian732
@victorsebastian732 2 года назад
Amazing tutorial. Everything was explained in a great way and very understandable. Thanks for the effort to make this long course. Looking forwards to more videos!
@CodeWithChris
@CodeWithChris 2 года назад
Super appreciate your support, Victor! All the best! -Arthur
@Mrinal765
@Mrinal765 3 года назад
Struggling to learn CoreData from a long time. You sorted it out. Thank you. :)
@CodeWithChris
@CodeWithChris 3 года назад
Cheers! Happy to hear this! -Arthur
@manojguggilla2288
@manojguggilla2288 5 месяцев назад
I appreciate your reply for every Comment
@user-hs8ef2lz3x
@user-hs8ef2lz3x 8 месяцев назад
It would be great if you could also show how to modify an existing model when implementing Core Data in an existing project, that already has a data model with structs that conform to Codable for json parsing.
@edwardjob1437
@edwardjob1437 3 года назад
Really great tutorial! Explained very clearly👍
@CodeWithChris
@CodeWithChris 3 года назад
Thank you so much, Edward! :-) -Arthur
@anamikachourasia2537
@anamikachourasia2537 3 года назад
Thank you very much for making so informative series so that beginners can learn without much difficulty. You are really one of the best developer as well as tutor indeed. ✌️😄👏
@CodeWithChris
@CodeWithChris 3 года назад
And you are one of the kindest and most promising students that we have. You'll only get better and better, Anamika! :-) -Arthur
@programming5523
@programming5523 2 года назад
Chris is the best out their his explaining is very clear and precise.Thanks for all the useful content.
@CodeWithChris
@CodeWithChris 2 года назад
Thank you for the kind words! :) - Pat
@GOKUSUN-lg2ls
@GOKUSUN-lg2ls 10 месяцев назад
that's super great! it's very very helpful to me
@NaveenKumarIOS
@NaveenKumarIOS Год назад
Hey chris ! , I have learned a lot from your lessons to become a code crew member Thanks :)
@CodeWithChris
@CodeWithChris Год назад
So happy to have you on board! Don't forget to add this link to your tabs: codecrew.codewithchris.com/ See you in the forum! @AdrienVillez
@jugglinpagasi
@jugglinpagasi 3 года назад
Chris, I’m totally still using UIKit and Storyboard(I blame you for teaching it to me lol), so this is the good stuff for me! Lol thanks!
@CodeWithChris
@CodeWithChris 3 года назад
Yay, happy to know this. Keep on having fun learning! -Arthur
@user-a_fellow_traveler
@user-a_fellow_traveler 2 года назад
thanks a lot mate, your explanations are really good and simple, just what i've been looking for
@CodeWithChris
@CodeWithChris 2 года назад
Glad to hear that! - Pat
@curtisjones9988
@curtisjones9988 3 года назад
Thank you for bringing brevity and order to the topic. Hours of searching and this video helped me implement it all.
@CodeWithChris
@CodeWithChris 3 года назад
Glad to know this! Keep on going! -Arthur
@sergiopuccini
@sergiopuccini 2 года назад
Wow! Video quality and magnification is great, i can look it on my ipad! Thank you!
@CodeWithChris
@CodeWithChris 2 года назад
Thanks for all the love, Sergey! Spasiba! :) -Arthur
@gauravkalele7491
@gauravkalele7491 Год назад
Dude you are awesome ! Very very helpful videos !
@CodeWithChris
@CodeWithChris Год назад
Glad you like them! - Pat
@francoismajola3014
@francoismajola3014 3 года назад
This was very helpful. Hard to come by such a clear presentation of Core Data for beginners. Thank you so much.
@CodeWithChris
@CodeWithChris 3 года назад
Awesome, glad to know that you are finding so much meaning in our tutorials! :-) -Arthur
@kimtipatel7
@kimtipatel7 2 года назад
Really nicely explained new version of Coredata
@CodeWithChris
@CodeWithChris 2 года назад
Thank you! - Pat
@cheesecake2281
@cheesecake2281 3 года назад
Great tutorial. cheers
@CodeWithChris
@CodeWithChris 3 года назад
Happy to know this. Thank you! -Arthur
@nikitaalymov5880
@nikitaalymov5880 2 года назад
Excellent lesson! Thank you for this video :)
@CodeWithChris
@CodeWithChris 2 года назад
Thank you for watching! - Pat
@ponmaniraja7050
@ponmaniraja7050 3 года назад
Crystal and clear explanation. Thanks Bro. If possible pls post video about create multiple NSManagedObjectContext.
@CodeWithChris
@CodeWithChris 3 года назад
Thank you so much for your kind words! :-) -Arthur
@w0mblemania
@w0mblemania 2 года назад
Thanks for the tutorial. It was very good! @43:17 You say we're calling self.context.save() from a background thread. Are you sure this is correct? UIAlertAction is being called as a response to a UI event on the main thread, thus it should be guaranteed to call the handler on the main thread, not a background thread. Cheers.
@CodeWithChris
@CodeWithChris 2 года назад
Hello, kindly post this question in our CodeCrew forum so that our tech support staff can assist you. Go here: codecrew.codewithchris.com. Thank you! -Arthur
@ivanlyaskovets6804
@ivanlyaskovets6804 2 года назад
Awesome tutorial! Thanks a lot!
@CodeWithChris
@CodeWithChris 2 года назад
You're welcome! :) - Pat
@olegsharov6605
@olegsharov6605 Год назад
Chris, you are great teacher! Thank you for your effort
@CodeWithChris
@CodeWithChris Год назад
Thank you for the kind words! :) - Pat
@shivshankargupta4051
@shivshankargupta4051 3 года назад
Thanks man for creating such amazing video. Keep posting..
@CodeWithChris
@CodeWithChris 3 года назад
We highly appreciate you, Shivshankar! Thanks for your kindness! :-) -Arthur
@bigmtnstudio
@bigmtnstudio 2 года назад
Awesome tutorial. Thanks, Chris!!
@CodeWithChris
@CodeWithChris 2 года назад
Thanks for everything, Mark!
@muzammalabdulghafoor6418
@muzammalabdulghafoor6418 2 года назад
Great video
@CodeWithChris
@CodeWithChris 2 года назад
Thank you! @AdrienVillez
@rupu1372
@rupu1372 4 года назад
Should i watch this video or your previous core data video series?
@CodeWithChris
@CodeWithChris 4 года назад
Hi there! This video is the stitched version of all the lessons in the Core Data series. So if you want to watch the Core Data series in one seating, this is it. - Kat
@arthur_darbinyan
@arthur_darbinyan Месяц назад
Thanks a lot!!!
@ariangmohamadi3251
@ariangmohamadi3251 3 года назад
thank you very much , it help me a lot
@CodeWithChris
@CodeWithChris 3 года назад
You are so welcome! Keep on going! :-) -Arthur
@devonm
@devonm Год назад
Is this still up-to-date enough to be helpful for a novice in 2023?
@ahmadkhattab5700
@ahmadkhattab5700 3 года назад
This is a great video with great explanation much love bro
@CodeWithChris
@CodeWithChris 3 года назад
Much love to you too, Ahmad! Salaam! -Arthur
@marinaalecriim
@marinaalecriim 2 года назад
thank you so much for this tutorial! you made all this content to be so clear! =)
@CodeWithChris
@CodeWithChris 2 года назад
Appreciate your support, Marina! We're all cheering for you! -Arthur
@vaishnavirathod4822
@vaishnavirathod4822 2 года назад
Awesome tutorial. Very nicely explained loved it. Made Easy....Thank you very much
@CodeWithChris
@CodeWithChris 2 года назад
Happy that you liked our tutorial. Keep on going! :) -Arthur
@user-pu9xn1fw5m
@user-pu9xn1fw5m 3 года назад
Thank you so much. Your videos have been so helpful!
@CodeWithChris
@CodeWithChris 3 года назад
Yay, we're glad to know that we positively impacted your learning journey. The best is yet to come for you! :-) -Arthur
@user-uw4qv6vy6n
@user-uw4qv6vy6n 3 года назад
perfect video about core data!!! Thank you
@CodeWithChris
@CodeWithChris 3 года назад
Priviet! Thanks for learning with us. Spasiba! :-) -Arthur
@yzhan004
@yzhan004 Год назад
Hey Chris, first, I have to say your tutorial is so helpful, thanks for providing so many wonderful videos. Then, I have a question on core data, is that only stored in local machine? could the data be shared with other users? for example, if I try to develop an app there has user login, and can I use core data to store all user info? or I have to let my app connect a real db, sql?
@sairamakula15
@sairamakula15 3 года назад
very useful chris...please do more videos.thank you!!
@CodeWithChris
@CodeWithChris 3 года назад
We sure will make more! Thanks a ton, Sairam! -Arthur
@sairamakula15
@sairamakula15 3 года назад
@@CodeWithChris please do video on table view.
@iYousef911
@iYousef911 4 года назад
Can you make in app purchase using SwiftUI not UIKit please
@CodeWithChris
@CodeWithChris 4 года назад
Hello. the libraries to be used should be generally the same, the main difference would be how data is displayed and afterwards, but basically it uses the same base framework (UIKit) - Francis
@maks8835
@maks8835 3 года назад
excellent work
@CodeWithChris
@CodeWithChris 3 года назад
Thanks for your kindness! Have fun! -Arthur
@comfortablenetworks5415
@comfortablenetworks5415 3 года назад
Nice beginner tutorial from a professional informatical perspective. #coredata #learnNextStep
@CodeWithChris
@CodeWithChris 3 года назад
Thank you so, so much! We can't wait to see you grow! :-) -Arthur
@pasaninduwaraedirisooriya2008
@pasaninduwaraedirisooriya2008 3 года назад
The best explanation as always...
@CodeWithChris
@CodeWithChris 3 года назад
Wow, so humbling. Thank you for learning with us! -Arthur
@oldschool84
@oldschool84 Год назад
Thanks for this tutorial, it's explained so easy to understand. I have a question. I am a beginner and I am currently developing a webshop application. Data is pulled from the Magento backend, via GraphQL and the Apollo client. I need the application to download all data about products and prices while it is online, but to be able to work later in offline mode as well. So when he returns to the online mode, to withdraw all changes and if there are any, to write them in Core Data. Is Core Data a good choice for such a thing?
@CodeWithChris
@CodeWithChris Год назад
Hey there! We suggest posting on our CodeCrew forum so that our tech support staff can help you. Just visit this link codecrew.codewithchris.com - Pat
@oldschool84
@oldschool84 Год назад
@@CodeWithChris ok, thanks
@TheHungryP0tat0z
@TheHungryP0tat0z 3 года назад
Hey Chris, really great video. I'm a bit stuck as how to use Core Data with SwiftUI instead of Storyboards. In my project I have a Persistence.swift file and I've been trying to make sense of it but can't find much information about it online, any help or pointers would be appreciated.
@CodeWithChris
@CodeWithChris 3 года назад
"Hello, it should be possible to link your persistence file but on the appdelegate side so it because globally usable i suggest creating a blank swiftui project with coredata enabled so you can see the appdelagate code that you need, then modify it to your preference - Francis"
@gjermundification
@gjermundification 3 года назад
@CodeWithChris As pr usual, well taught. Here is my question 14:22 When do you think this is the right way to do it? And when do you think you should rather choose related records through a relationship/edge?
@CodeWithChris
@CodeWithChris 3 года назад
"Hello, it depends on the design really, in database design it would be ideal to make a separate table and make a relationship as it would make things more scalable and easier to track and have one mega table full of information that may be blank - Francis"
@user-gb1uj3zw6o
@user-gb1uj3zw6o 2 года назад
Such a great tutorial! Thank you so much!
@CodeWithChris
@CodeWithChris 2 года назад
You are so welcome! Happy to help! -Arthur
@meichelrendio3510
@meichelrendio3510 3 года назад
nice explanation
@CodeWithChris
@CodeWithChris 3 года назад
Thanks for the kind words, Michael! :-) -Arthur
@daylightkiller2611
@daylightkiller2611 4 года назад
Hello Chris, Please what software do you use to create the animations in your videos. And which software do you use to create your thumbnail. Please answer
@CodeWithChris
@CodeWithChris 4 года назад
We use Figma/Sketch for editing images and Camtasia for videos. - Kat
@daylightkiller2611
@daylightkiller2611 4 года назад
@@CodeWithChris Thanks Chris
@daylightkiller2611
@daylightkiller2611 4 года назад
@@CodeWithChris Please Chris is there a way you can do a tutorial on Camtasia I Know is not part of iOS App development.
@luisr2033
@luisr2033 4 года назад
What website or app do you use to get images that you use in your Xcode projects and how do you make the quality of those images differ for different phones???
@CodeWithChris
@CodeWithChris 4 года назад
You can get images from pixabay.com, unsplash, or icons8.com - Kat
@BeWithNarendar
@BeWithNarendar 3 года назад
Perfect !!
@CodeWithChris
@CodeWithChris 3 года назад
Cheers, Narendar! Keep on learning with us! -Arthur
@krishaSadhu
@krishaSadhu 3 года назад
Hello sir, Can you please make a video on login and sign up with coredata? I will be soo greatful to you..
@CodeWithChris
@CodeWithChris 3 года назад
Hello, post your suggestion here: app.productstash.io/codewithchris#/ideas :-) -Arthur
@TK-tg1hx
@TK-tg1hx 3 года назад
What a great video!!! I really want to thank you so much!
@CodeWithChris
@CodeWithChris 3 года назад
You're so welcome, subscribe for more! :-) -Arthur
@abduls4321
@abduls4321 4 года назад
Hi Chris, I’m confused to be honest as I see lots of videos to create an app. I need your guidance how can I start creating my own app from start to finish based on my idea that I want to implement for my own business. How to start ? Knowing the basics to stater to advance. Do you have something as a step by step process tell advance and tell I am able to launch my app ??? Please advice
@CodeWithChris
@CodeWithChris 4 года назад
Hey there, you've come to the right channel. Start with this Beginner playlist bit.ly/BeginnersPlaylist - Kat
@jorgecastilleja5356
@jorgecastilleja5356 2 года назад
Thank you
@CodeWithChris
@CodeWithChris 2 года назад
You're welcome! - Pat
@rapier64
@rapier64 2 года назад
Hi Chris, is this course suitable for learning SwiftUI Core Data, as well or not? Thanks a lot for your help!
@CodeWithChris
@CodeWithChris 2 года назад
Yes it is suitable. Enjoy! :) -Arthur
@Therealbosschris
@Therealbosschris 3 года назад
I appreciate your videos, do you think you can make a video on making a Uber or doordash like app. I would really like to learn something like that
@CodeWithChris
@CodeWithChris 3 года назад
We'll see what we can do, Christian! Thanks for dropping by! :-) -Arthur
@toanuk
@toanuk 4 года назад
Hi chris. It is good explaination in coredata. But In advance I am or most people use SwiftUI not storyboard every more. It is over 2 years since I've seem it again. More codes and confused.... I like the layout in coredata person relation to family. But not storyboard. If I used swiftUI, please show me CRUD in coredata for swiftUI. Look forward to see it Thanks. Toan Nguyen
@CodeWithChris
@CodeWithChris 4 года назад
Soon we will focus more on SwiftUI. We will do both actually as Storyboard is beginner friendly. Meanwhile, I found a couple of interesting tutorials for you on Google, feel free to search for more. www.hackingwithswift.com/books/ios-swiftui/how-to-combine-core-data-and-swiftui www.raywenderlich.com/9335365-core-data-with-swiftui-tutorial-getting-started developer.apple.com/forums/thread/650876 @AdrienVillez
@raktimdey381
@raktimdey381 4 года назад
I just finished ur war game tutorial and basic swift. Should i learn it now?
@CodeWithChris
@CodeWithChris 4 года назад
Yes, you can watch this next. :) - Kat
@CoachTatecom
@CoachTatecom 3 года назад
well done mate. thank you.
@CodeWithChris
@CodeWithChris 3 года назад
You're so kind! Thanks a ton for your support! :-) -Arthur
@willasaskara
@willasaskara 4 года назад
thanks a lot!
@CodeWithChris
@CodeWithChris 4 года назад
You are so welcome, Willa! Have a great day! :-) -Arthur
@jscorpio1987
@jscorpio1987 4 года назад
This is why I wish Swift worked nicely with C++. I like being able to create my own persistent storage libraries and it’s so much easier and less convoluted in C++ than anything you can do with Swift.
@CodeWithChris
@CodeWithChris 4 года назад
Hello, there might be some 3rd party library/framework that can be used to run or add c++ files on your project, i suggest looking at options in github or cocoapods - Francis
@w0mblemania
@w0mblemania 2 года назад
Not often you hear something is "less convoluted" in C++. Usually, it's very much the opposite case. But with CoreData, unfortunately, it retains its reference baggage from ObjectiveC. We need a new SwiftDataStorage framework from Apple, that fundamentally uses value types, with Swift idioms, and a SwiftUI-like API.
@danielcrompton7818
@danielcrompton7818 Год назад
So am I right core data is some kind of ORM (object relational mapping) service?
@aleksejsigaj1373
@aleksejsigaj1373 3 года назад
Thank you for this video!
@CodeWithChris
@CodeWithChris 3 года назад
You're welcome, Alexey! :-) -Arthur
@jesuscalleja8537
@jesuscalleja8537 3 года назад
Thanks a lot!, really helpful :D !
@CodeWithChris
@CodeWithChris 3 года назад
Glad to know that we have helped you, Jesus! :-) -Arthur
@SteveGoodwinAuthor
@SteveGoodwinAuthor Год назад
The advice regard using and INT64 is incorrect. An INT64 will take up 4 times the disk space, 4 times the bandwith etc over an INT16. An INT 16 will also only take up 2 bytes of memorys, while and INT 64 will take 8 bytes. The achritecture of the chip doesn't reflect the storage requirement of the object. Hence why an 8 bit image only takes up x, a 16 bit image takes up x, a 24 bit image takes up x etc.
@edwincreator2855
@edwincreator2855 4 года назад
Thanks
@CodeWithChris
@CodeWithChris 4 года назад
Welcome! - Kat
@kasunjayasekara3052
@kasunjayasekara3052 3 года назад
Thank you very much this is an excellent explanation :). Is that any difference between SwfitUI core data and this tutorial?
@CodeWithChris
@CodeWithChris 3 года назад
"Hello, the concept is generally the same its just that this one is made using Storyboard/UIKit and the other one is SwiftUI - Francis "
@nurzhanabilkaiyr9705
@nurzhanabilkaiyr9705 3 года назад
Awesome explanation. Thanks) Is there access to the project?
@CodeWithChris
@CodeWithChris 3 года назад
Thank you so much! Just go here: codewithchris.com/start -Arthur
@ElverGalarga-rh6gm
@ElverGalarga-rh6gm 4 года назад
Awsome this tutorial. There is some xcode tool (i use 10.3) or third party to check data stored in my entities?? or only i can see them from application who create them??. There are entity constraints??
@CodeWithChris
@CodeWithChris 4 года назад
Hello, im not sure if there are third party because its a core apple feature but i guess there should be some cocoapods or github projects that you can find for it - Francis
@user-zi5xh8cb2u
@user-zi5xh8cb2u 3 года назад
You're GOD!!! Thank you so much!!!!!
@CodeWithChris
@CodeWithChris 3 года назад
You are so welcome! :-) Keep on having fun!
@gravesml01
@gravesml01 3 года назад
Chris, this is good stuff if a person is still using UIKit and Storyboards. Do you have anything on this for people using SwiftUI?
@CodeWithChris
@CodeWithChris 3 года назад
Cheers, Mitch! We just started released SwiftUI tutorials. Check out our playlist. :-) -Arthur
@blownbomb1
@blownbomb1 3 года назад
Quick question, but how did you add the first element "Ted" into core data?
@CodeWithChris
@CodeWithChris 3 года назад
Hello, this was because recording the tutorial is done after the whole thing has been made by the team, which is then "redone or rerecorded" for the. video, which means that Ted as a sample when the app was tested before recording - Francis
@blownbomb1
@blownbomb1 3 года назад
@@CodeWithChris thank you!
@yimkongyan
@yimkongyan 3 года назад
nice video
@CodeWithChris
@CodeWithChris 3 года назад
Cheers! :-) -Arthur
@CielLearcen
@CielLearcen 4 года назад
Is it just a complete collection of a joined videos?
@CodeWithChris
@CodeWithChris 4 года назад
Yes, this is the complete Core Data series. - Kat
@rylanjevans
@rylanjevans 3 года назад
@CodeWithChris long time follower! I love your content and lessons. Oh, and I love your personality! You're made to do this. Question for you. Are you planning on doing a video on CloudKit and CloudKit JS? I'm very interested in that database because it matches what I'm looking for in the long term. Are you willing and able to do videos on that, please?
@CodeWithChris
@CodeWithChris 3 года назад
Thanks a ton, Rylan! We appreciate you! Noted on your suggestion. You can also post your questions in our forum community so that our technical support staff can give you more insights about this topic. Go here: codecrew.codewithchris.com. Cheers! :-) -Arthur
@rylanjevans
@rylanjevans 3 года назад
@@CodeWithChris Thanks Arthur! I have bookmarked the community for future questions. Great content. Keep it up!
@xleafr
@xleafr Год назад
I'm pretty sure the architecture's data width has nothing to do with the size of a Swift Int, but I could be wrong. I am not a Swift expert. I can say for sure that it is irrelevant in C.
@alex741321
@alex741321 3 года назад
Hi thanks for your video, as always. I can't find any tutorial on how to pre populate core data with a .sqlite that had allowed external storage. And load those images that were in external storage.
@CodeWithChris
@CodeWithChris 3 года назад
"Hello, you can just probably ""query"" the data table from sqllite and just insert the new data into CoreData.. it should preserve the data or at least the locations of the images so there should be no problems accessing it - Francis"
@alex741321
@alex741321 3 года назад
@@CodeWithChris Thanks for your reply, I actually copied the image reference directory (called: _SUPPORT) and the .sqlite in the app bundle and when launching for the first time, programmatically copy from bundle to library/application support
Далее
SwiftData Basics in 15 minutes
15:18
Просмотров 44 тыс.
Data Flow in a SwiftUI App
33:15
Просмотров 53 тыс.
How Strong is Tin Foil? 💪
00:26
Просмотров 48 млн
when you have plan B 😂 @andreyreactions
00:11
Просмотров 1,7 млн
Cursor Is Beating VS Code (...by forking it)
18:00
Просмотров 95 тыс.
What is JSON - JSON Parsing in Swift
24:15
Просмотров 74 тыс.
Core Data Tutorial - Lesson 1: Core Data Basics
6:47
How to Become an iOS Developer
50:10
Просмотров 2 тыс.
SwiftUI 2.0: MVVM - A Practical Approach
14:28
Просмотров 32 тыс.
How Strong is Tin Foil? 💪
00:26
Просмотров 48 млн