SPSettingsIcons

Generate settings icons by Apple’s SF Symbols.

let image = UIImage.generateSettingsIcon("bell.fill", backgroundColor: .systemBlue)

Installation

Ready for use on iOS 13+.

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

Once you have your Swift package set up, adding as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/sparrowcode/SPSettingsIcons", .upToNextMajor(from: "1.0.0"))
]

CocoaPods:

CocoaPods is a dependency manager. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your Podfile:

pod 'SPSettingsIcons'

Manually

If you prefer not to use any of dependency managers, you can integrate manually. Put Sources/SPSettingsIcons folder in your Xcode project. Make sure to enable Copy items if needed and Create groups.