EntypoSymbolObjC
1.2
Icon Font Library para Objective C. Actualmente es compatible con la versión de Entypo.Swift. Entypo をシンボルフォントで呼び出せる Objectivec ライブラリです。Swit 版はこちら
fuente utilizada en este proyecto
Autor de la fuente utilizada en este proyecto: Enlace de Entypo: http://www.entypo.com/
Creative Commons Attribution 4.0 International (CC por 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