SwiftUI-Building-Components icon indicating copy to clipboard operation
SwiftUI-Building-Components copied to clipboard

Contributors Forks Stargazers Issues Discussions Feature Requests License LinkedIn


Logo

Building SwiftUI Components

Code for my series about building reusable SwiftUI components
Read the article »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
    • Prerequisites
    • Installation
    • Running
  3. Contributing
  4. 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

  1. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache 2 License. See LICENSE for more information.