python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SwiftUI dismisses the detail view when an NSManagedObject subclass instance changes in a way that moves it to a different section of a fetch request?
The sample app is a default SwiftUI + Core Data template with two modifications. Detail for Item is a separate view where the user can change the timestamp. And sectioned fetch request is used as oppo...
Gene Bogdanovich
Votes: 0
Answers: 1
A Core data Sort on Relationship's Attribute in ios Swift
I'm having 2 entities CDChatConversation and CDMessage. CDConversation having to many relationship with messages.
I want to fetch all conversation with sorting of lastMessage's datetime attribute whic...
Mrugesh Tank
Votes: 0
Answers: 0
Is there any way I can associate the image selected from imagePicker with the field that it’s saved when in Edit mode?
I have the Detail view below which displays the birthday card of a selected record from previous listView and when click into Edit button, the fields are displayed and we can edit the person data incl...
EddieF
Votes: 0
Answers: 1
My core data fetch is not recognizing context
In my swift code below I am trying to fetch all of my names in core data to print. I am getting a compile error on context saying it can't be found in scope. I have attached a photo as well so you can...
silly milly
Votes: 0
Answers: 1