An iOS application written in Objective-C that lets you combine your Apple Watch screenshots with an actual device case. Pick a case, select an image and export it to the camera roll quickly.
Unfortunatelly, it was rejected by Apple because the high fidelity device mockups could create a misleading association with their products. Its a shame because I really wanted prettier Watch screenshots.
On the more technical side, if you are learning iOS, this app has some stuff you might want to take a look at:
- Coordinators (flow-controllers) with Objetive-C;
- Make app store screenshots look good with SimulatorStatusMagic;
- Screenshots automation with Fastlane Snapshot;
- An in-app purchases manager;
- Basic stuff to theme the app (dark mode was the goal, but now, nahhh);
And that's it folks!