EntypoSymbolObjC
1.2
Ikon Font Library for Objective C. Saat ini mendukung versi Entypo.swift ada di sini. Entypo をシンボルフォントで呼び出せる Objective ライブラリです。Swit 版はこちら
Font digunakan dalam proyek ini
Penulis font yang digunakan dalam proyek ini: tautan entypo: http://www.entypo.com/
Atribusi Creative Commons 4.0 International (CC BY 4.0)
#import "EntypoSymbol.h"
EntypoSymbol *symbol = [EntypoSymbol iconWithCode:EntypoIconCode.behance fontSize:30.f];
[symbol addAttribute:NSForegroundColorAttributeName value:[UIColor blackColor]];
UIImage *image = [symbol image];
// UIImage *image = [symbol imageWithSize:CGSizeMake(30, 30)]; pod EntypoSymbolObjC