Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aerych/Gridicons-iOS

 
 

Repository files navigation

Build Status

Gridicons iOS

Gridicons-iOS is a small framework which produces images of the Gridicons icon set.

The framework can be installed either via CocoaPods:

pod 'Gridicons', :podspec => 'https://raw.github.com/Automattic/Gridicons-iOS/develop/Gridicons.podspec'

or Carthage:

github 'Automattic/Gridicons-iOS'

Usage

First, import the framework:

import Gridicons

Getting a UIImage of a Gridicon is as simple as:

let icon = Gridicon.iconOfType(.Pages)

You can optionally specify a size (default is 24 x 24):

let icon = Gridicon.iconOfType(.Pages, withSize: CGSize(width: 100, height: 100))

The images that the framework produces use the AlwaysTemplate rendering mode, so you can tint them however you like.

License

Gridicons-iOS is licensed under GNU General Public License v2 (or later).

About

Gridicons is a tiny framework which generates Gridicon images at any resolution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.8%
  • Other 0.2%