Code for my series about Combing and SwiftUI
Read the article »
Report Bug
·
Request Feature
Table of Contents
This project shows how to use Combine in SwiftUI apps.
To run this demo, you will need:
- Xcode 13.x
- Install Xcode (see https://developer.apple.com/xcode/)
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)
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
Distributed under the Apache 2 License. See LICENSE
for more information.