Skip to content

tnantoka/ScreenshotCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenshotCreator

Create app screenshots programmatically on Playground with Swift and Xcode.

Example

var config = ScreenshotConfig()
config.backgroundColor = UIColor.brown
config.titles = [
    "phone1" : "Hello, world!"
]

let creator = ScreenshotCreator(config: config)
creator.preview()

creator.save()

Output

Console

$ open /path/to/Documents/ScreenshotCreator

Acknowledgements

License

My code is licensed under the MIT license.
Each asset has its own license!

See Also

tnantoka/IconCreator

About

Create app screenshots on Swift playground.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages