How to select data from two entities in core data
Is it possible to select data from two entities in core data? I mean i have two tables eg:Manager and UserInfo.I want to select all the U开发者_运维问答sers who are users.So i need to join these two tables. How?
You need to create a relationship. I suggest you follow this tutorial: http://www.raywenderlich.com/934/core-data-tutorial-getting-started
精彩评论