tnantoka / IconCreator

Create app icons on Swift playground.

Home Page:http://qiita.com/tnantoka/items/9ca884dad8445ca71026

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create app icons on Swift playground.

http://qiita.com/tnantoka/items/9ca884dad8445ca71026

License:MIT License


Languages

Language:Swift 100.0%