MaterialDesignSymbolObjC
1.3
A Icon Font Library para o objetivo C. Atualmente, suporta GoogleMaterialDesignicons. A versão rápida está aqui.
Esta é uma biblioteca Objectivec que permite ligar para os ícones de design de materiais do Google usando fontes de símbolos. Clique aqui para a versão Swift.
Fonte usada neste projeto
Autor da fonte usada neste projeto: Google Link: https://github.com/google/material-design-iCons
Creative Commons Attribution 4.0 International (CC por 4.0)
#import "MaterialDesignSymbol.h"
MaterialDesignSymbol *symbol = [MaterialDesignSymbol iconWithCode:MaterialDesignIconCode.home48px fontSize:30.f];
[symbol addAttribute:NSForegroundColorAttributeName value:[UIColor blackColor]];
UIImage *image = [symbol image];
// UIImage *image = [symbol imageWithSize:CGSizeMake(30, 30)]; pod MaterialDesignSymbolObjC