Kostia Kim
Kostia Kim

Reputation: 479

iOS CoreData inverse relationships to itself

I am trying to build a CoreData model similar to Twitter user when User can have many other users who follows him and many other users followed by him. I attached the model that I have tried to use but seems it is getting to complicating to retrieve followers. What is the best way to deal with this situation?

enter image description here

Upvotes: 3

Views: 849

Answers (1)

Phillip Mills
Phillip Mills

Reputation: 31016

I think you need to create a second relationship (followedBy) and make that the inverse.

Upvotes: 5

Related Questions