I\'m using structs instead of classes to store data in my iOS app because of the obvious advantage of value vs reference types. However, I\'m trying to figure out how to archite
There is a detailed answer at following Gist, with all possible approaches. I do not like any of them as I am fan of Classes. But structs are future of Swift, you have to understand, adopt and like :( it .