Easily use ionicons in your Swift projects
A Swift port of sweetmandm/ionicons-iOS.
Currently using IonIcons v2.0.1
For available icons, look at ionicon.swift - these should autocomplete using ionicon.[...]
UIFont.ioniconFontOfSize(30.0)
UILabel.labelWithIonicon(ionicon.Wand, color: UIColor.redColor(), iconSize: 20.0)
UIImage.imageWithIonicon(ionicon.Wand, color: UIColor.greenColor(), iconSize: 40.0, imageSize: CGSizeMake(50, 50))
pod 'Ionicons-Swift', :git => 'https://github.com/tomsterritt/IoniconsSwift'
Drag the ionicons
folder into your project