MaterialDesignSymbolObjC
1.3
Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons. Swift version is here.
This is an ObjectiveC library that allows you to call Google's material design icons using symbol fonts. Click here for the Swift version.
font used in this project
Author of the font used in this project: Google Link: https://github.com/google/material-design-icons
Creative Commons Attribution 4.0 International (CC BY 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