An open API service indexing awesome lists of open source software.

https://github.com/peterfriese/swiftui-combine

Code for my article "SwiftUI & Combine: Better Together"
https://github.com/peterfriese/swiftui-combine

combine swift swiftui

Last synced: about 1 year ago
JSON representation

Code for my article "SwiftUI & Combine: Better Together"

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]





Logo

SwiftUI & Combine


Getting Started with SwiftUI & Combine


Explore the docs »




View Demo
·
Report Bug
·
Request Feature

## Table of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)

## About The Project

![SwiftUI & Combine Screen Demo][product-demo]

### Built With

* [SwiftUI](https://developer.apple.com/xcode/swiftui/)
* [Combine](https://developer.apple.com/documentation/combine)

## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

This project uses Cocoapods to manage dependencies.

* If you haven't done so already, install Cocoapods:

```bash
sudo gem install cocoapods
```

### Installation

1. Clone the repo
```bash
git clone https://github.com/peterfriese/SwiftUI-Combine.git
```
2. Install Cocoapods
```bash
pod install
```
3. Open the workspace
```bash
xed .
```

## Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

## 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

Copyright 2019 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

## Disclaimer

This is not an official Google Product.

## Contact

Peter Friese - [@peterfriese](https://twitter.com/peterfriese)

Project Link: [https://github.com/peterfriese/SwiftUI-Combine](https://github.com/peterfrese/SwiftUI-Combine)

## Acknowledgements

[contributors-shield]: https://img.shields.io/github/contributors/peterfriese/SwiftUI-Combine.svg?style=flat-square
[contributors-url]: https://github.com/peterfriese/SwiftUI-Combine/graphs/contributors

[forks-shield]: https://img.shields.io/github/forks/peterfriese/SwiftUI-Combine.svg?style=flat-square
[forks-url]: https://github.com/peterfriese/SwiftUI-Combine/network/members

[stars-shield]: https://img.shields.io/github/stars/peterfriese/SwiftUI-Combine.svg?style=flat-square
[stars-url]: https://github.com/peterfriese/SwiftUI-Combine/stargazers

[issues-shield]: https://img.shields.io/github/issues/peterfriese/SwiftUI-Combine.svg?style=flat-square
[issues-url]: https://github.com/peterfriese/SwiftUI-Combine/issues

[license-shield]: https://img.shields.io/github/license/peterfriese/SwiftUI-Combine.svg?style=flat-square
[license-url]: https://github.com/peterfriese/SwiftUI-Combine/blob/master/LICENSE

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png
[product-demo]: images/demo.gif