FirstDesignLibrary is a simple and easy-to-use design library for iOS development. This library provides a set of reusable UI components and utilities to help you quickly build and style your iOS applications.
- Customizable buttons
- Stylish labels
- Reusable views
- Easy-to-use utilities
You can use Swift Package Manager to install FirstDesignLibrary
by adding the following dependency to your Package.swift
file:
dependencies: [
.package(url: "https://github.com/fanta1ty/firstDesignLibrary.git", from: "1.0.0")
]