Model Syncing
We all know the importance of MVC in our application. But have you ever been in the condition where its very difficult to parse the web service JSON response or any input? As a developer, I am sure you faced this. There are various scenarios where its very difficult to handle parse different data type. I published one library NRMirror based on swift mirror reflection over cocoa pods which can parse up to n level of response and support almost all data types. Please have a look and hope you will find it useful for your next iOS app.
NRMIRROR:https://cocoapods.org/pods/NRMirror