/IconCreator

Create app icons on Swift playground.

Primary LanguageSwiftMIT LicenseMIT

Create app icons programmatically on Playground with Swift and Xcode.

CreatorConfiguration.loadFont("devicons.ttf")
let creator = IconCreator()
creator.config.fontName = "icomoon"
creator.config.string = "\u{e655}"
creator.config.backgroundColor = UIColor.orangeColor()
creator.preview().first

creator.save()
print("$ open \(creator.rootPath)") // $ open /path/to/Documents/IconCreator/

Showcase

Pull requests are welcome!

Acknowledgements

License

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

See Also

tnantoka/ScreenshotCreator