Skip to content

FreddyDevelop/IoniconsSwift

 
 

Repository files navigation

IoniconsSwift

Ionicons integration for Swift and iOS.

Built for Swift 3.0 - for older versions of swift please use the swift\1.2 and swift\2.0 branches.

Features

  • Includes all 732 icons.
  • Tiny API, just one enum type and two methods.
  • All icons are always balanced and squared.
  • Generate icons as UIImage or UILabel

Installation

Carthage: Add github tidwall/IoniconsSwift to your Cartfile.
CocoaPods: Add pod 'IoniconsSwift', :git => 'http://github.com/tidwall/IoniconsSwift.git', :branch => 'master' to your Podfile.

Example

import IoniconsSwift

// Square UIImage of an icon.
let image = Ionicons.alert.image(35)                                 
let image = Ionicons.iosClock.image(35, color: UIColor.greenColor()) 

// Square UILabel
let label = Ionicons.alert.label(35)                                 
let label = Ionicons.iosClock.label(35, color: UIColor.greenColor()) 

Contact

Josh Baker @tidwall

License

The IoniconsSwift source code is available under the MIT License.

About

Ionicons for Swift and iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 89.8%
  • Go 5.1%
  • Ruby 2.8%
  • Objective-C 1.9%
  • Shell 0.4%