An ordinary iconfont cocoapods package helps you to use iconfont more easily in your project, in Swift.
1 | 2 | 3 | 4 |
---|---|---|---|
To run the example project manually, clone the repo, and run sh Startup.sh
in project folder. Demo is in the Example
folder, open Example.xcworkspace
with Xcode and select the target you want in it, run.
Or you can run the following command in terminal:
git clone git@github.com:EFPrefix/EFIconFont.git; cd EFIconFont; sh Startup.sh; open Example/Example.xcworkspace;
Version | Needs |
---|---|
<0.5 | Xcode 10.0+ Swift 4.2+ iOS 8.0+ |
>=0.5 | Xcode 10.2+ Swift 5.0+ iOS 8.0+ |
EFIconFont is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'EFIconFont'
You can get built-in iconfonts with subspecs
, for example you will get icons of AntDesign
and FontAwesome
by the following way:
pod 'EFIconFont', :subspecs => ['AntDesign', 'FontAwesome']
You can also choose to get all built-in packs by using Complete
subspec:
pod 'EFIconFont', :subspecs => ['Complete']
Then, run the following command:
pod install
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the Swift compiler.
Once you have your Swift package set up, adding EFIconFont as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/EFPrefix/EFIconFont.git", .upToNextMinor(from: "1.2.1"))
]
Objects that implement the EFIconFontProtocol
protocol can transform themselves into NSAttributedString
or UIImage
, which is as follows:
public protocol EFIconFontProtocol {
// `name` is not necessarily equal to .ttf file name
var name: String { get }
// `path` is path of .ttf file
var path: String { get }
// `attributes` is style of icon
var attributes: [NSAttributedString.Key : Any] { set get }
// `unicode` is unique identifier of particular icon
var unicode: String { get }
// `font` is UIFont of icon with input font size
func font(size fontSize: CGFloat) -> UIFont?
}
- name: Font name, not necessarily equal to .ttf file name, you can use BirdFont to see the
Name
attribute of the file; - path: Filepath of
.ttf
file, usually you can get it through code likeBundle.main.path(forResource: name, ofType: "ttf")
(If filename is same as name, you can use the default implementation and do not need to implement this property); - attributes: Attributes of icon(You can use the default implementation and do not need to implement this property);
- unicode: The unique unicode of an icon;
- font: The
UIFont
of an icon with input font size.
Objects that implement the protocol can be converted to strings and images by calling the following methods, you can also change the foreground color and size:
// MARK:- String
func attributedString(size fontSize: CGFloat, attributes: [NSAttributedString.Key : Any]?) -> NSAttributedString?
func attributedString(size fontSize: CGFloat, foregroundColor: UIColor? = nil, backgroundColor: UIColor? = nil) -> NSAttributedString?
// MARK:- Image
func image(size fontSize: CGFloat, attributes: [NSAttributedString.Key : Any]?) -> UIImage?
func image(size fontSize: CGFloat, foregroundColor: UIColor? = nil, backgroundColor: UIColor? = nil) -> UIImage?
func image(size imageSize: CGSize, attributes: [NSAttributedString.Key : Any]?) -> UIImage?
func image(size imageSize: CGSize, foregroundColor: UIColor? = nil, backgroundColor: UIColor? = nil) -> UIImage?
This pod has integrated some free resources in the subspecs, like AntDesign
and FontAwesome
. It can be imported by who need to use it. The usage methods are as follows, you can get a return value of EFIconFontProtocol
:
EFIconFontAntDesign.addteam
You can use the object which follow EFIconFontProtocol
to get NSAttributedString
and UIImage
:
EFIconFontAntDesign.addteam.attributedString(size: 24)
EFIconFontFontAwesomeBrands.adobe.attributedString(size: 32, foregroundColor: UIColor.white, backgroundColor: UIColor.green)
EFIconFontFontAwesomeRegular.addressBook.image(size: 24, foregroundColor: UIColor.red)
EFIconFontFontAwesomeSolid.alignLeft.image(size: CGSize(width: 36, height: 48), foregroundColor: UIColor.white)
You can also get all icons of a EFIconFontCaseIterableProtocol
object with type [String : EFIconFontProtocol]
by the following code:
EFIconFont.antDesign.dictionary
PS: Although the libraries below are all free, please make sure that your way of using the icon conforms to the original author's protocol specification:
Name | Version | Count | File Size | Description | License | Preview |
---|---|---|---|---|---|---|
AliCloudConsole | 1.0 | 266 | 42KB | AliCloudConsole | Unknown | iconfont.cn |
AntChain | 1.0 | 77 | 17KB | AntChain | Unknown | iconfont.cn |
AntDesign | 1.0 | 557 | 127KB | Ant Design | MIT | iconfont.cn |
Dashicons | 0.9.0 | 203 | 51 KB | Official icon font of the WordPress admin | GPLv2 | wordpress.org |
Devicons | 1.8.0 | 192 | 92KB | An iconic font for developers | MIT | vorillaz.github.io/devicons |
ElusiveIcons | 2.0.0 | 304 | 53KB | Elusive Icons | OFL | elusiveicons.com |
EVAIcon | 21 | 45 KB | EVA | OFL | EVA-icon | |
EvilIcons | 1.10.1 | 70 | 16 KB | Simple and clean SVG icon pack | MIT | evil-icons.io |
FontAwesom(Regular / Brands / Solid) | 5.8.1 | 1516 | 356KB | Font Awesome | Font Awesome Free License | fontawesome.com |
FoundationIcons | 3.0 | 283 | 68KB | Foundation Icon Fonts 3 | - | zurb.com/playground/foundation-icon-fonts-3 |
Genericons | 4.0.4 | 103 | 16KB | Genericons Neue are generic looking icons, suitable for a blog or simple website | GPLv2 | genericons.com |
Hawcons | 1.0 | 1035 | 685KB | Hawcons, includes icons of Documents, Sports, Weather, Emoji, Gestures, Filetypes, etc. | Free | hawcons.com |
IcoMoon | 1.0 | 490 | 94KB | IcoMoon free icons | CC BY 4.0 / GPL | ionicons.com |
Ionicons | 4.5.5 | 696 | 143KB | Ionicons | MIT | ionicons.com |
LigatureSymbols | 2.11 | 239 | 84KB | Ligature Symbols | OFL | kudakurage.com/ligature_symbols |
MapIcons | 3.0.0 | 192 | 48 KB | A set of icons for use with maps | OFL | map-icons.com |
MaterialIcons | 3.0.1 | 1057 | 695KB | Google's material design icons, four styles | Apache-2.0 | material.io |
Meteocons | 47 | 15KB | A set of weather icons, it containing 40+ icons | Free | alessioatzeni.com/meteocons | |
MetrizeIcons | 1.0 | 300 | 74KB | Free Collection of 300 Metro-Style Icons for Designers and Developers | Free | alessioatzeni.com/metrize-icons |
OpenIconic | 1.1.1 | 223 | 33KB | An open source icon set with 223 marks in SVG | OFL | useiconic.com/open |
StrawberryIcon | 2.0.0 | 382 | 69KB | A Free And Open Iconic Font Library for Developer and Creator | OFL | chuangzaoshi.com/icon |
Stroke7 | 1.2.0 | 202 | 44KB | A series of iOS 7 inspired thin stroke icons | Free | themes-pixeden.com/font-demos |
TaoBao | 1.0 | 434 | 126KB | TaoBao | Unknown | iconfont.cn |
ThemifyIcons | 1.0 | 352 | 68KB | A complete set of icons for use in web design and apps | Free | themify.me |
Tmall | 1.0 | 564 | 190KB | Tmall | Unknown | iconfont.cn |
Typicons | 2.0.9 | 336 | 82KB | 336 pixel perfect, all-purpose vector icons in a kit | OFL | s-ings.com/typicons |
VSCodeIcons | 1.0 | 133 | 24KB | Icons for Visual Studio Code | MIT | github.com/microsoft/vscode-icons |
WeatherIcons | 2.0.10 | 219 | 64KB | Weather, maritime, and meteorological based icons | OFL | erikflowers.github.io/weather-icons |
Zocial | 1.3.0 | 112 | 31KB | Popular social icons | MIT | smcllns.github.io/css-social-buttons/ |
Drag the .ttf
file of the icon library into the Xcode project and ensure that the Copy Bundle Resources
list in Build Phases
contains this font file (It will be included by default, just check it).
In addition, the file will be loaded at runtime, do not need to add it to the Fonts provided by application
item in the Info.plist
file.
By making a implementation of EFIconFontCaseIterableProtocol you can get your custom iconfont pack object, demo in this project demonstrates customization with GitHub's Octicons as an example:
import EFIconFont
public extension EFIconFont {
public static let octicons = EFIconFontOcticons.self
}
extension EFIconFontOcticons: EFIconFontCaseIterableProtocol {
public static var name: String {
return "octicons"
}
public var unicode: String {
return self.rawValue
}
}
public enum EFIconFontOcticons: String {
case thumbsup = "\u{e6d7}"
case unverified = "\u{e6d6}"
case unfold = "\u{e6d5}"
case verified = "\u{e6d4}"
// ...
}
Same as Built-in iconfont packs
above:
EFIconFontOcticons.thumbsup
The Octicons
icon library in this project is owned by GitHub. This is only a demonstration, do not use it in any situation that violates the specifications set by its owner:
Name | Version | Count | File Size | Description | License | Preview |
---|---|---|---|---|---|---|
Octicons | 8.4.2 | 184 | 34KB | GitHub‘s icons | GitHub Logos and Usage | octicons.github.com |
Usage of some iconfont resource sites:
EyreFree, eyrefree@eyrefree.org
EFIconFont is available under the MIT license. See the LICENSE file for more info.