SwiftUI 2.0 Core Data Connection - CRUD Operations - MVVM Pattern - SwiftUI 2.0 Tutorials

preview_player
Показать описание
In this Video I'm going to show how to Integrate Core Data With New SwiftUI 2.0 App Using Xcode 12 | SwiftUI 2.0 Core Data | SwiftUI 2.0 CRUD Operations On Core Data | SwiftUI 2.0 MVVM Pattern | SwiftUI 2.0 Core Data Integration | WWDC 2020 Xcode 12 SwiftUI 2.0.

Support Us By Visiting the Link Given Below.

My Xcode Version is 12 Beta 3
My macOS Version is 10.15.5 Catalina

For Any Queries And Any Request For Videos Use The Given Link

For More

Instagram

Twitter

Рекомендации по теме
Комментарии
Автор

really great stuff here omg clears up a lot of my misunderstandings about CoreData thank you so much

henryhudson
Автор

i start to think the bgm is soothing and calm ...

dalihan
Автор

Hi, thanks for this great video. Can I ask you something?
What if i have more than one attributes and every attributes have different type?
Should I create different function for every attributes?

gandarainpanjaitan
Автор

Yo just a question ahead of waiting for Kavsofts CoreData MVVM swift2.0 managing multiple entities which we are all keen to have (we love you Kavvie)
So im rocking 3 entities, that are related. should i have a sperate data model class for each entity, or should i have one overarching data model.
My initial train of thought was one for each, but now im thinking one big one - any advice please would be gratefully recieved - have a lovely day coders

danielwatson
Автор

Hi, very good video! Look, last week I try to make relationships between two CoreData entities (Person & Task) and really staked, how to add Task, linked to Person (inverse relationship) from UI. Can you please make video about this, in SwiftUI?

saenkoandrew
Автор

Could u make more MVVM Pattern videos pls? It'd great

JakeSouthernCalifornia
Автор

Hi! My line let obj = results.first { (obj) -> Bool in ... I get a error saying I need a try before results.If I add a try I get a warning saying obj was never used and at line obj.setValue(updateTxt, forKey: "value") says will never be used.

ecptavares
Автор

When following this tutorial, I'm getting these warnings in Xcode console:
[error] error: CoreData: error: Failed to call designated initializer on NSManagedObject class 'NSManagedObject'
CoreData: error: CoreData: error: Failed to call designated initializer on NSManagedObject class 'NSManagedObject'
How can I get rid of these warnings?

fredistdurstig
Автор

very interesting videos, thanks

could you make it by integrating cloudKit with Core Data?

marcomartelli
Автор

Hey KavSoft, amazing videos - really appreciate you doing these tutorials and even more so providing source codes. However, I'm getting errors saying "Compiling failed: circular reference" when running your some of your source code recently. I'm using Xcode 12 Beta. Let me know if there's an easy fix for it!

abenezerayana
Автор

Hi:

Thank you for your instructional video, which helped me a lot.
please explain it

.onDelete(perform: model.deleteData(indexSet:))

Why can I go in without passing parameters?
thank you very much!

bondjames
Автор

great video! I copied your code to an Xcode 12 beta 3 project, and I always get this error: 
ProjectLog[21400:1782854] [error] error: CoreData: error: Failed to call designated initializer on NSManagedObject class 'NSManagedObject' CoreData: error: CoreData: error: Failed to call designated initializer on NSManagedObject class 'NSManagedObject'

Can you please tell me how to fix it or is it a problem with the beta?

gregory
Автор

Nice tutorial, thanks a lot! Would you mind sharing the source code of the resulting project on Github?

fredistdurstig
Автор

It is a great example for CoreData.
Once you show me coredata. How about cloudkit. I would like to know coredata cloudkit. Please can you help.
Thank so much. It is a great.
From Toan

toanuk