http://stackoverflow.com/questions/18526909/whether-i-should-use-propertynonatomic-copy-or-propertynonatomic-strong-fo 'copy' will cause the setter for that property to create a copy of the object, and is otherwise identical to strong. You would use…