Create app screenshots programmatically on Playground with Swift and Xcode.
var config = ScreenshotConfig()
config.backgroundColor = UIColor.brown
config.titles = [
"phone1" : "Hello, world!"
]
let creator = ScreenshotCreator(config: config)
creator.preview()
creator.save()
$ open /path/to/Documents/ScreenshotCreator
My code is licensed under the MIT license.
Each asset has its own license!