#coredata kết quả tìm kiếm
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
💥🤔 This crashes with "Could not cast value of type '__NSTaggedDate' to 'NSNumber'." Any ideas? #CoreData or #SwiftUI
"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
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.
Life Lesson: What you THINK you will like and what you ACTUALLY like are two completely different things. 👉 Stop obsessing over what you THINK you would or would not like and actually try it to see if it's true. ❤️ Never thought I would love writing #SwiftUI books. #coredata
✅ 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
#CoreData #SwiftUI tip: don't set nsPredicate in onAppear. Set the predicated as part of your FetchRequest in the init instead.
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
#BreakingNews | July Core Sector Data 🔸जुलाई में 8 कोर इंडस्ट्रीज ग्रोथ 8.3% से घटकर 8% (MoM) 🔸जुलाई में कोयला उत्पादन 14.9 % बढ़ा (YoY) #CoreData
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? 🤔
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 ✌️
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
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…
fatbobman.com
SwiftDataKit - Unleashing Advanced Core Data Features in SwiftData
Explore how to use Core Data's advanced features in SwiftData with SwiftDataKit, bypassing the Core Data stack. Enhance SwiftData with grouped counts and subqueries.
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…
linkedin.com
Research validates ASIC private markets concerns - Financial Newswire | Mike Taylor
Interesting this from #natixis and #coredata seemingly validating that investors like the look of private markets without actually understanding them. #asic https://lnkd.in/g44cDJnZ
😂 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
Learning about #CoreData with #SwiftUI and had to write their names. #BlackLivesMatter #GeorgeFloyd #BreonnaTayor #AhmaudArbery
No more #CoreData in the #WWDC23 Slack channels! It's now called data-frameworks! Do we finally have this new framework?!
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
Wow... Seems that one of my #swift/#iosdev/#coredata @Medium stories got featured by @Google 🍾😆 Btw - new stories coming soon!
#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.
Slowly making progress on my first app! 📱 Written in #swiftui and utilising #coredata—Film Notes is metadata for your analogue photography. 📷
[iOS Tutorial] CoreData: use Swift to perform batch updates directly in Persistent Store. #coredata #swiftlang #ios buff.ly/2GFhdss
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
Are you ready for your next #SwiftUI 2 project with #CoreData integration? Sneak peek! ♥️ SAVE 53% swiftuimasterclass.com
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
💥🤔 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
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 ✌️
Something went wrong.
Something went wrong.
United States Trends
- 1. Knicks 12.8K posts
- 2. Shamet 2,765 posts
- 3. #AEWDynamite 21.1K posts
- 4. Philon 1,776 posts
- 5. Brandon Williams N/A
- 6. #Survivor49 3,770 posts
- 7. #CMAawards 5,368 posts
- 8. Vucevic 5,377 posts
- 9. #AEWCollision 8,524 posts
- 10. Derik Queen 3,696 posts
- 11. Vooch 1,082 posts
- 12. Blazers 3,996 posts
- 13. #mnwild N/A
- 14. Simon Walker N/A
- 15. Vucci Mane N/A
- 16. Wallstedt N/A
- 17. NO CAP 14.2K posts
- 18. Bristow 1,101 posts
- 19. Jackson Blake N/A
- 20. Dubon 3,696 posts