/SwiftUI-Combine-Applied

Sample code for my blog post series about Combine and SwiftUI

Primary LanguageSwiftApache License 2.0Apache-2.0

Contributors Forks Stargazers Issues Discussions Feature Requests License LinkedIn


Logo

SwiftUI & Combine Applied

Code for my series about Combing and SwiftUI
Read the article »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About

This project shows how to use Combine in SwiftUI apps.

Getting Started

Prerequisites

To run this demo, you will need:

  • Xcode 13.x

Installation

  1. Install Xcode (see https://developer.apple.com/xcode/)

Running

You won't have to set up a Firebase project to run this sample, as it makes use of the local emulator suite.

  1. First, launch the demo server:
    $ cd server
    $ swift run
  2. Open the project in Xcode
    $ xed .
  3. Run the iOS project on a local Simulator (so it can connect to the local server)

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.