Enhance your iOS development with SF Symbols. SFSymbolKit
provides a seamless way to integrate Apple's SF Symbol library into your projects, ensuring compatibility with iOS 9 and above.
- Ease of Use: Quickly access SF Symbols in your code.
Ensure you have Xcode installed and your project is set up for Swift.
SFSymbolKit
is available through Swift Package Manager. To include it in your project, add the following to your Package.swift
file:
dependencies: [
.package(url: "https://github.com/dl-alexandre/SFSymbolKit", from: "1.0.0")
]
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the MIT License.