SwiftUI-Building-Components
SwiftUI-Building-Components copied to clipboard
Building SwiftUI Components
Code for my series about building reusable SwiftUI components
Read the article »
Report Bug
·
Request Feature
Table of Contents
- About The Project
-
Getting Started
- Prerequisites
- Installation
- Running
- Contributing
- License
About
This repository contains a number of example projects that show how to build reusable SwiftUI components.
Watch the YouTube series and read my articles to learn more.
Getting Started
Prerequisites
To run the samples, you will need:
- Xcode 12.x
Installation
- Install Xcode (see https://developer.apple.com/xcode/)
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the Apache 2 License. See LICENSE
for more information.