I am new to core data. How to create a Fetch Request that can fetch data from two tables ?
1 Answer
What you can do is set the entity inheritance for your two entities and use the concept of abstract entity. You can refer the post here
What you can do is set the entity inheritance for your two entities and use the concept of abstract entity. You can refer the post here