In CoreData, I have defined an unordered to-many relationship from Node to Tag. I\'ve created an Swift entity like this:
Node
Tag
import Cor
Actually you can just define:
@NSManaged var employees: Set
And use the insert and remove methods of the Set directly.
insert
remove
Set