Visualize your iOS app changes in your GitHub pull request
Use a markdown table by reusing a GitHub saved reply

I am a Software Engineer working on open source and enterprise mobile SDKs for iOS and MacOS developers written in Swift. From 🇩🇪 and happily living in 🇺🇸
Quite often I receive pull requests to review which change the user interface without describing or showing the changes from a user's perspective.
Today I'd like to teach you a workflow on how to improve such pull requests with existing tools.
Use the built-in functions in Xcode Simulator to either save (⌘S) or record (⌘R) your screen.
Use GitHub Saved Replies to create and use a markdown table with a "Before" and "After" column in which to drag & drop the files
Here is the code snippet I use for the saved reply
|Before|After|
|---|---|
| | |
Here is a video illustrating the workflow.



