Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - GoodRequest/GoodExtensions-iOS: 📑 GoodExtensions is a collection of useful and frequently used Swift extensions for iOS development, designed to simplify and streamline common tasks.It helps developers write clean and concise code, saving time and effort while boosting productivity. Get access to a wealth of essential tools for iOS development in one convenient library.
📑 GoodExtensions is a collection of useful and frequently used Swift extensions for iOS development, designed to simplify and streamline common tasks.It helps developers write clean and concise cod...
Visit SiteGitHub - GoodRequest/GoodExtensions-iOS: 📑 GoodExtensions is a collection of useful and frequently used Swift extensions for iOS development, designed to simplify and streamline common tasks.It helps developers write clean and concise code, saving time and effort while boosting productivity. Get access to a wealth of essential tools for iOS development in one convenient library.
📑 GoodExtensions is a collection of useful and frequently used Swift extensions for iOS development, designed to simplify and streamline common tasks.It helps developers write clean and concise cod...
Powered by 0x5a.live 💗
GoodExtensions-iOS
Good Extensions is a collection of useful and frequently used Swift extensions for iOS development. These extensions aim to simplify and streamline common tasks, making it easier for developers to write clean and concise code.
Instalation
Swift Package Manager
Create a Package.swift
file and add the package dependency into the dependencies list.
Or to integrate without package.swift add it through the Xcode add package interface.
import PackageDescription
let package = Package(
name: "SampleProject",
dependencies: [
.package(url: "https://github.com/GoodRequest/GoodExtensions-iOS", .upToNextMajor("2.0.0")
]
)
License
GoodExtensions is released under the MIT license. See LICENSE for details.
Swift Resources
are all listed below.
Made with ❤️
to provide different kinds of informations and resources.