How do I redeem an item from a relationship with swift?

0
Hello, I am trying to store a value in an item in a relationship. The relationship is "friends" and there are some attributes like "friendship". I would like to store the value of "friendship" in this variable but I am not

asked by anonymous 16.08.2017 / 23:29

1 answer

0

I was able to access the relationship attribute using instead of vafalue for key used value for key path and passing as parameter ("relationship.at attribute")

    
17.08.2017 / 15:06