SYSymbol alternatives and similar libraries
Based on the "Fonts" category.
Alternatively, view SYSymbol alternatives based on common mentions on social networks and blogs.
-
UIFontComplete
Font management (System & Custom) for iOS and tvOS -
SwiftIconFont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon) -
FontBlaster
Programmatically load custom fonts into your iOS, macOS and tvOS app. -
GoogleMaterialDesignIcons
Google Material Design Icons Font for iOS -
TypographyKit
📰 Consistent & accessible visual styling on iOS with support for Dynamic Type. -
GoogleMaterialIconFont
Google Material Design Icons for Swift and ObjC project -
SwiftFonts
An app to list the available fonts on iOS, written in Swift using the MVVM pattern. -
SwiftFontName
OS font complements library. Localized font supported. -
SwiftUIFontIcon
The easiest way to implement font icons in your SwiftUI project. -
Swicon
Use 1600+ icons (and more!) from FontAwesome and Google Material Icons in your swift/iOS project in an easy and space-efficient way!
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of SYSymbol or a related project?
README
SFSymbol: SFSymbol and SFSymbol 2
All the SFSymbols at your fingertips (SFSymbol 1.1 & 2)
Usage
SFSymbol
and SFSymbol2
are an enum
s that contain the identifier strings of all of apple's SFSymbol
and SFSymbol2
.
For example SFSymbol.playCircle
produces the String
"play.circle"
that can then be used to instantiate a system symbol via:
UIKit
UIImage(symbol: .playCircle)
or
SwiftUI
Image(symbol: .playCircle)
About
SFSymbols (1.1 and 2) is a real treat from apple, Apple's official list of Symbols that are available to use free of charge when writing software on any of Apple's recent platforms. There is one downfall however, it is a pain in the neck to look up exact symbol names, take for example:
"square.and.line.vertical.and.square.fill"
That is a long string to remember and digging through the catalog of SF Symbols to find in would be quite a waste of time.
Wouldn't it be easier if you could just use code completion?
Thats what this super micro library aims to do.
Installation
Swift Package Manager (Preferred)
Since Xcode integrated swift package manager natively into the IDE you can add SFSymbol simply by:
File
-> Swift Packages
-> Add Package Dependency...
when prompted to enter a package URL paste:
https://github.com/Nirma/SFSymbol
and click next & finish to automagically install SFSymbol through Xcode & SPM!
Manual
Don't want that additional third party dependency? Then just simply copy over the file SFSymbol.swift
into your project's appropriate folder!
Cocoapods
Just add this line to your podfile:
pod 'SFSymbol'
Carthage
github "Nirma/SFSymbol"
Contributing to this project
Contributions are highly welcome
If there is something you wish to fix about the project, or wish to add any other kind of enhancements, propose to add to the project. Please feel free to send over a pull request or open an issue for this project.
License
SFSymbol is released under the MIT license. See LICENSE for details.
*Note that all licence references and agreements mentioned in the SYSymbol README section above
are relevant to that project's source code only.