All Projects → tichise → MaterialDesignSymbolObjC

tichise / MaterialDesignSymbolObjC

Licence: other
Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to MaterialDesignSymbolObjC

EntypoSymbolObjC
Icon font library for Objective C
Stars: ✭ 21 (+16.67%)
Mutual labels:  objectivec, font-library
EntypoSymbol
Icon font library for Swift
Stars: ✭ 43 (+138.89%)
Mutual labels:  objectivec, font-library
Aspects
Delightful, simple library for aspect oriented programming in Objective-C and Swift.
Stars: ✭ 8,255 (+45761.11%)
Mutual labels:  objectivec
pranaOS
A unix operating system written from scratch in c that gives support for arm, x86
Stars: ✭ 138 (+666.67%)
Mutual labels:  objectivec
ReduxObjC
Redux-like template of the unidirectional data flow architecture in Objective-C.
Stars: ✭ 35 (+94.44%)
Mutual labels:  objectivec
TinderUserProfile
Tinder/Bumble like user image with user details scroll animation
Stars: ✭ 21 (+16.67%)
Mutual labels:  objectivec

MaterialDesignSymbolObjC CocoaPods Version Platform License

Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons. Swift version is here.

Googleのマテリアルデザインアイコンをシンボルフォントで呼び出せるObjectiveCライブラリです。Swift版は こちら.

Licence

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)

Examples

Image
#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)];

Installation (CocoaPods)

pod MaterialDesignSymbolObjC

Related products

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].