Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tichise/materialdesignsymbolobjc

Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons
https://github.com/tichise/materialdesignsymbolobjc

cocoapods font font-library material-design objectivec supports-googlematerialdesignicons swift

Last synced: about 2 months ago
JSON representation

Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons

Awesome Lists containing this project

README

        

#### MaterialDesignSymbolObjC ![CocoaPods Version](https://img.shields.io/cocoapods/v/MaterialDesignSymbolObjC.svg?style=flat) ![Platform](https://img.shields.io/cocoapods/p/MaterialDesignSymbol.svg?style=flat) ![License](https://img.shields.io/cocoapods/l/MaterialDesignSymbolObjC.svg?style=flat)

Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons. Swift version is [here](https://github.com/tichise/MaterialDesignSymbol).

Googleのマテリアルデザインアイコンをシンボルフォントで呼び出せるObjectiveCライブラリです。Swift版は [こちら](https://github.com/tichise/MaterialDesignSymbol).

#### 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

```html
#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

- Font Library
- [MaterialDesignSymbol](https://github.com/tichise/MaterialDesignSymbol) Swift
- [EntypoSymbol](https://github.com/tichise/EntypoSymbol) Swift
- [MaterialDesignSymbolObjC](https://github.com/tichise/MaterialDesignSymbolObjC) ObjectiveC
- [EntypoSymbolObjC](https://github.com/tichise/EntypoSymbolObjC) ObjectiveC
- Color Library
- [MaterialDesignColor](https://github.com/tichise/MaterialDesignColor) Swift
- [MaterialDesignColorObjC](https://github.com/tichise/MaterialDesignColorObjC) ObjectiveC