Skip to content
 
 

Repository files navigation

IoniconsKit

CI Status Swift 3.0 Carthage compatible Version License Platform

IoniconsKit internally use ionicons.ttf v2.0.1

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Ionicons as UILabel

someLabel.font = UIFont.ionicon(of: 18)
someLabel.text = String.ionicon(with: .socialTwitter)

Ionicons as UIImage

someImageView.image = UIImage.ionicon(with: .socialFacebook, textColor: UIColor.orange, size: CGSize(width: 18, height: 18))

For another icons, plaease see the source, or build Example App.

Requirements

iOS 8 or later. Swift3.0 or later.

Installation

IoniconsKit is available through CocoaPods or Carthage.

CocoaPods

pod "IoniconsKit"

Carthage

github "keitaoouchi/IoniconsKit"

for detail, please follow the Carthage Instruction

Author

keita.oouchi, keita.oouchi@gmail.com

License

ionicons.ttf file is licensed under MIT license.

IoniconsKit is available under the MIT license. See the LICENSE file for more info.

About

Use ionicons as UIImage / UIFont in your projects with Swifty manners.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages