Skip to content

tnantoka/IconCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Releases

No releases published

Packages

No packages published

Languages