FontAwesome+iOS

码农软件 · 软件分类 · 其他(Others) · 2019-07-28 18:13:09

软件介绍

Font awesome 是一个形象字体库。通过扩展 NSString 来轻松使用 FontAwesome 字体。

例如:

label.text = [NSString fontAwesomeIconStringForIconIdentifier:@"icon-github"];
label.text = [NSString fontAwesomeIconStringForEnum:FAIconGithub];

本文地址:https://www.codercto.com/soft/d/11141.html

Inside the C++ Object Model

Inside the C++ Object Model

Stanley B. Lippman / Addison-Wesley Professional / 1996-5-13 / USD 64.99

Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritanc......一起来看看 《Inside the C++ Object Model》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具