Alex Suvorov
Results
2
comments of
Alex Suvorov
Attached archive of test project, so you can test problem yourself: [fasteasymappingtest.zip](https://github.com/Yalantis/FastEasyMapping/files/2332671/fasteasymappingtest.zip) When I changed to swift 3.3, in target Build settings, all working as expected. If I using to...
@dimazen thank you for such fast feedback. Yes, after I have added `@objc dynamic` to each attributes in class, it's start working as expected in test project. I have attached...