MaterialDesignSymbolObjC
1.3
Biblioteca de fuentes de iconos para Objetivo C. Actualmente admite GooglematerIlDesignicons. La versión Swift está aquí.
Esta es una biblioteca Objectivec que le permite llamar a los íconos de diseño de material de Google utilizando fuentes de símbolos. Haga clic aquí para ver la versión Swift.
fuente utilizada en este proyecto
Autor de la fuente utilizada en este proyecto: 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