Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tichise/materialdesignsymbolobjc
- Owner: tichise
- License: other
- Created: 2016-07-05T14:02:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T18:08:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T03:13:36.562Z (2 months ago)
- Topics: cocoapods, font, font-library, material-design, objectivec, supports-googlematerialdesignicons, swift
- Language: Objective-C
- Homepage:
- Size: 93.8 KB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 projectAuthor of the font used in this project: Google
Link: https://github.com/google/material-design-iconsCreative 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