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")
]
After installing the package, you can start using SF Symbols in your app: Swift
import SFSymbolKit
// Use the symbol name directly
let symbol = SFSymbolKit.symbol("pencil")
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.