Sketch is a UX and UI design tool. PaintCode has a code generating plugin for Sketch that can generate CoreGraphic code for all designs.
For iOS designs that are mostly using the standard design elements like navigation bar, table views and simpler stuff, if we use the code generated by PaintCode plugin, then -
- Performance: Would there be any any performance impact on the app?
- Complexity: We will have to take care of navigation and allocating and deallocating views but what is the magnitude of code complexity that would be introduced?
- What other Pros and Cons are there in using code from PaintCode vs Storyboard?