#coredata 검색 결과
Here are the Core #iOS #CoreData Concepts for Beginners 👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻 1. It’s an object graph management framework Core Data is not a database like MySQL or MongoDB. It’s an abstraction over a database (most often SQLite) with additional functionalities such as lazy loading and…
Learn How to Save and Manage Data with Core Data in SwiftUI. In this video, I show how to add #CoreData to an existing Project and work with it efficiently
I'M BACKKKK 👀 Kick off the new year with my new FREE 2hr+ SwiftUI Core Data Course ⚡️ We'll be building a contacts app, which will teach you everything that you need to know about working with Core Data in SwiftUI 🤝 📹youtu.be/rTXkGCg58w0 #iosdev #swiftui #coredata
#BreakingNews | July Core Sector Data 🔸जुलाई में 8 कोर इंडस्ट्रीज ग्रोथ 8.3% से घटकर 8% (MoM) 🔸जुलाई में कोयला उत्पादन 14.9 % बढ़ा (YoY) #CoreData
💥🤔 This crashes with "Could not cast value of type '__NSTaggedDate' to 'NSNumber'." Any ideas? #CoreData or #SwiftUI
Just kicked off a Habit Tracker iOS project! 🚀 With ChatGPT’s help, I built multiple SwiftUI views and wrapped up the CoreData layer in under a week, dedicating only max 4 hours a day. 🛠️✨ #SwiftUI #CoreData #iosdev
✅ Day 57 of #100DaysOfSwiftUI : Editing SwiftData model objects, filtering @ Query using Predicate. Maybe I should switch from #CoreData to #SwiftData in my "onDone" app 🤔 #buildinpublic #iosdev #indiedev
Here’s another conversation I had with #ChatGPT, asking it IF and WHEN a potential Swift successor to #CoreData could be released, what it thinks the ADVANTAGES of it could be & what the SYNTAX could look like. I think, the conversation shows the limits of ChatGPT pretty well.
Debugged iCloud syncing yesterday and needed a second dock. So I built one 😄 #icloud #coreData #legotechnic #lego
I’ve been a bit frustrated with #CoreData recently. The DX is just not great and without @DonnyWals book I’d have been overwhelmed. Fetching objects takes long so I want to do it on a background thread. Do I really need a different context for this, why can’t I just do this? 🤔
#CoreData #SwiftUI tip: don't set nsPredicate in onAppear. Set the predicated as part of your FetchRequest in the init instead.
Is it fast enough? Over the past two weeks, I have been rewriting the underlying database at Disc Content AI (in #CoreData) Look how quickly it finds stuff with more than a million files cataloged... 😁 #buildinpublic
Cell rows in a List populated using #CoreData FetchRequest are not always redrawn on their own. The ingredients in my Plates are based on a set/relationship of Portions and adding one doesn't redraw the view (removing one does 🤷♂️). NSManagedObjectContextDidSave to the rescue ✌️
With a #SwiftUI SectionedFetchRequest, is there a performance difference between using a stored attribute vs a computed variable marked as objc? My thinking is that the stored attribute uses a GROUP BY SQL statement whereas the computed loads all objects in memory? #CoreData
"I can learn topics 10x faster" 😲 Wow, this feedback just made my day. ☺️ Thanks, Brian for permission to share your very kind words! 🙌 #coredata #swiftui
Index of eight core industries rises 3% YoY in September 2025 | Sector-wise highlights #coredata #industry etnownews.com/economy/index-…
Developing opportunities in the #PowderRiverBasin's unconventional plays? @TGScompany offers more than 975 digitized #coredata reports across this established #RockyMountainBasin, standardized and analysis-ready for seamless integration into petrophysical workflows.…
I filed this feedback to make Enums better with SwiftData: FB19106719 @luka_bernardi @curtclifton I couldn’t find anyone working in the #CoreData or #SwiftData team so I ping you. Thank you.
SwiftUI IntrospectのSwiftData版みたいなやつ。#SwiftData のModelContextからから #CoreData のNSManagedObjectContextやNSPersistentStoreCoordinatorにアクセスする方法が書かれている。すげー。 fatbobman.com/en/posts/use-c…
Interesting this from #natixis and #coredata seemingly validating that investors like the look of private markets without actually understanding them. #asic linkedin.com/posts/mike-tay…
😂 We asked for videos… and THIS is what we got. mAInet miners are BUILT DIFFERENT. #MineToEarn #Mainet #CoreData
Has anyone encountered such a problem? Do we really need to worry about it? It seems like some SwiftData internal problem, as there is no way to work around it as there is in #CoreData.
Oh man, I feel so lazy to add coredata to this app… I am tempted to just store all my Codables in UserSefaults. But lets do it, lets see how claude handles it. #ios #coredata #vibecoding #swift
Here are the Core #iOS #CoreData Concepts for Beginners 👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻 1. It’s an object graph management framework Core Data is not a database like MySQL or MongoDB. It’s an abstraction over a database (most often SQLite) with additional functionalities such as lazy loading and…
Learning about #CoreData with #SwiftUI and had to write their names. #BlackLivesMatter #GeorgeFloyd #BreonnaTayor #AhmaudArbery
Slowly making progress on my first app! 📱 Written in #swiftui and utilising #coredata—Film Notes is metadata for your analogue photography. 📷
Learn How to Save and Manage Data with Core Data in SwiftUI. In this video, I show how to add #CoreData to an existing Project and work with it efficiently
While 1st app waits for reviewed. Designed the next app we will work on. Nervous & excited to be using / learning new things. #CoreData will be needed & for some reason this intimidates me. I am building apps that I actually need/will use. I need to squat🥲 #buildinpublic
No more #CoreData in the #WWDC23 Slack channels! It's now called data-frameworks! Do we finally have this new framework?!
#CoreData users, if you are not using `NSPersistentStoreDescription` when setting up `NSPersistentContainer`s, you are likely making wrong assumptions about where your SQLite files are being saved #iosdev
#CoreData #SwiftUI tip: don't set nsPredicate in onAppear. Set the predicated as part of your FetchRequest in the init instead.
Shoutout to @DonnyWals for the book "Practical Core Data" as I just used it to implement SectionedFetchRequests for this view🤩🤩. Also just finding out about the viewContext.count(...) used to get the count of a given entity #CoreData #SwiftUI #iosdev
Debugged iCloud syncing yesterday and needed a second dock. So I built one 😄 #icloud #coreData #legotechnic #lego
Wow... Seems that one of my #swift/#iosdev/#coredata @Medium stories got featured by @Google 🍾😆 Btw - new stories coming soon!
💥🤔 This crashes with "Could not cast value of type '__NSTaggedDate' to 'NSNumber'." Any ideas? #CoreData or #SwiftUI
I’m glad to let you know that the first #SwiftUI video lecture of the new #CoreData section is already available for you on the learning platform. More to come!
Time to get schwifty with some persistence by updating and deleting object in #CoreData #swiftlang youtu.be/XH-osAmaU5E
[iOS Tutorial] CoreData: use Swift to perform batch updates directly in Persistent Store. #coredata #swiftlang #ios buff.ly/2GFhdss
Something went wrong.
Something went wrong.
United States Trends
- 1. Chiefs 68.1K posts
- 2. Bills 138K posts
- 3. Denny 16.6K posts
- 4. Larson 16.6K posts
- 5. Mahomes 24.3K posts
- 6. Lattimore N/A
- 7. Raiders 38.4K posts
- 8. Bengals 76.9K posts
- 9. #RaiseHail 3,284 posts
- 10. Geno 8,904 posts
- 11. Seahawks 12.5K posts
- 12. Brock Bowers 5,471 posts
- 13. 60 Minutes 35K posts
- 14. Josh Allen 14.2K posts
- 15. Jags 6,314 posts
- 16. NASCAR 58.8K posts
- 17. Bears 86.1K posts
- 18. Packers 70.3K posts
- 19. Panthers 58.2K posts
- 20. Hoecht 2,460 posts