SwiftUI Library is a collection of reusable SwiftUI components aimed at simplifying the development of iOS applications. This library includes a variety of components such as a QR Code Reader, Image Picker, and many more, each designed with reusability and ease of integration in mind.
-
Modular and Reusable Components: Each component in our library is housed in its own separate folder, complete with all necessary classes, modules, and views. This structure ensures that developers can easily integrate individual components into their projects and fine-tune designs and user experiences to their preferences.
-
Searchable and Organized: The library features a searchable list, enabling developers to quickly locate the exact component they need. Each component is meticulously categorized and documented, ensuring a seamless integration process.
-
Rich Preview Support: Experience each component firsthand with SwiftUI's Preview feature. We provide a comprehensive preview setup for each component, allowing developers to see and interact with the components in various states and configurations before integrating them into their projects.
To integrate the SwiftUI Library into your Xcode project, follow these steps:
- Clone the repository:
git clone https://github.com/ehzish59/SwiftUI-library.git
- Open the project in Xcode.
- Build and run the project to ensure everything is set up correctly.
Navigate through the ContentView
to see the list of available components. You can tap on each component to see a detailed demonstration. Use the search bar to quickly find the components you need.
We welcome contributions to the SwiftUI Library! If you have a component you'd like to add or an improvement to an existing component, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
Please ensure your code adheres to the existing code standards and structure. Include comments and update documentation where necessary.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to everyone who has contributed to this project!
- Special thanks to Rebeloper for their support and resources in the iOS development community.
- Any other acknowledgments or credits you'd like to give.
Thank you for using or contributing to the SwiftUI Library!