A collection of Swift extensions to enhance the functionality of standard and custom types, providing reusable methods, properties, and initializers that simplify common tasks and improve code clarity.
To include SwiftExtensions in your project:
- Download the project or clone it using Git:
git clone https://github.com/jaydeep-godhani/SwiftExtensions.git
- Drag and Drop the
Extensions
folder (or individual Swift files) into your Xcode project.
- Make sure the "Copy items if needed" checkbox is selected when adding files to your project.
- You can now use the extensions by importing the necessary files or by directly using the methods in your project.
We welcome contributions! If you find a bug, have an idea for a new extension, or want to improve the documentation, feel free to fork the repo and create a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.