Quantcast
Channel: Controls – TAGTECINFO
Viewing all articles
Browse latest Browse all 336

[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]IoniconsKit – A Swift Library For Drawing Icons As Either A UIFont Or UIImage

$
0
0

IoniconsKit is an open source library from Keita Oouchi allowing you to use the iconic Ionicons font as a UIImage or UIFont.

IoniconsKit allows you to choose the icons to draw by name, and also color and size icons drawn with a clean syntax.

Here is a snippet from the readme showing how to use icons as fonts:

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

This image from readme shows a number of the icons:

IoniconsKit

You can find IoniconsKit on Github here.

A great library for iconic fonts.

Original article: IoniconsKit – A Swift Library For Drawing Icons As Either A UIFont Or UIImage

©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools


Viewing all articles
Browse latest Browse all 336

Trending Articles