Skip to content

tnantoka/IconCreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages