Skip to content

peterfriese/SwiftUI-Combine

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

SwiftUI & Combine

Getting Started with SwiftUI & Combine
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

SwiftUI & Combine Screen Demo

Built With

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:

    sudo gem install cocoapods

Installation

  1. Clone the repo
    git clone https://github.com/peterfriese/SwiftUI-Combine.git
  2. Install Cocoapods
    pod install
  3. Open the workspace
    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

Project Link: https://github.com/peterfriese/SwiftUI-Combine

Acknowledgements