Has anyone of you found a nice way to get NSCoder play along with Swifts structs and enums (In Swift < 2.0) and is willing to share?
I am sitting and trying to get State Restoration working but as I keep some of my states in Structs it is challenging.
Actually I think about just switching to classes wherever I need to restore but actually I do like Structs in those cases.