Skip to content

mps/OcticonsIOS

 
 

Repository files navigation

OcticonsIOS

A library for easily adding GitHub's Octicons to your iOS projects.

This project is heavily based on ios-fontawesome.

It uses the Octicon icons which are distributed under the Apache license with the GitHub Android app.

Examples

	UIImage *image = [UIImage octicon_imageWithIcon:@"GitPullRequest"
                                        backgroundColor:[UIColor whiteColor]
                                              iconColor:[UIColor darkGrayColor]
                                              iconScale:1.0
                                                andSize:CGSizeMake(150.0F, 150.0F)];

Installation

The easiest way to install OcticonsIOS is with CocoaPods. Just add the following to your Podfile:

pod 'OcticonsIOS', '~> 0.0.2'

About

A library for easily adding GitHub's Octions to your iOS projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.1%
  • Ruby 2.9%