SwiftUI-Combine-Applied
SwiftUI-Combine-Applied copied to clipboard
Sample code for my blog post series about Combine and SwiftUI
SwiftUI & Combine Applied
Code for my series about Combing and SwiftUI
Read the article »
Report Bug
·
Request Feature
Table of Contents
- About The Project
-
Getting Started
- Prerequisites
- Installation
- Running
- Contributing
- 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
- 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.
- First, launch the demo server:
$ cd server $ swift run
- Open the project in Xcode
$ xed .
- 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.
- 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.