GoogleMaterialIconFont
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/kitasuke/GoogleMaterialIconFont
软件介绍
Google Material Design 图标,用于 Swift 和 ObjC 项目。
使用
Swift
import GoogleMaterialIconFont
label.text = String.materialIcon(.Favorite) label.font = UIFont.materialIconOfSize(32)
Objective-C
import #import <GoogleMaterialIconFont/GoogleMaterialIconFont-Swift.h>
label.text = [NSString materialIcon:MaterialIconFontFavoriteBorder]; label.font = [UIFont materialIconOfSize:32];
Blockchain Basics
Daniel Drescher / Apress / 2017-3-16 / USD 20.99
In 25 concise steps, you will learn the basics of blockchain technology. No mathematical formulas, program code, or computer science jargon are used. No previous knowledge in computer science, mathema......一起来看看 《Blockchain Basics》 这本书的介绍吧!
