https://github.com/peterfriese/asynchronous-programming-with-swiftui-and-combine
Code for my book, SwiftUI & Combine
https://github.com/peterfriese/asynchronous-programming-with-swiftui-and-combine
Last synced: about 1 year ago
JSON representation
Code for my book, SwiftUI & Combine
- Host: GitHub
- URL: https://github.com/peterfriese/asynchronous-programming-with-swiftui-and-combine
- Owner: peterfriese
- Created: 2021-06-07T09:48:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T22:14:04.000Z (about 3 years ago)
- Last Synced: 2025-03-25T23:41:47.844Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 6.99 MB
- Stars: 72
- Watchers: 9
- Forks: 27
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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]
[![Discussions][discussions-shield]][discussions-url]
[![Feature Requests][featurerequest-shield]][featurerequest-url]
[![License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Asynchronous Programming with SwiftUI and Combine
Code for my book, Asynchronous Programming with SwiftUI and Combine
Buy the book »
Report typo
·
Report a bug
## About
This repo contains the code samples that go along with the book.
## Getting Started
### Prerequisites
To use the code samples, you will need the following:
* Xcode 14.x
### Installation
1. Install Xcode (see https://developer.apple.com/xcode/)
## 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.
[contributors-shield]: https://img.shields.io/github/contributors/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine.svg?style=flat-square
[contributors-url]: https://github.com/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine.svg?style=flat-square
[forks-url]: https://github.com/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/network/members
[stars-shield]: https://img.shields.io/github/stars/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine.svg?style=flat-square
[stars-url]: https://github.com/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/stargazers
[issues-shield]: https://img.shields.io/github/issues/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine.svg?style=flat-square
[issues-url]: https://github.com/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/issues
[license-shield]: https://img.shields.io/github/license/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine.svg?style=flat-square
[license-url]: https://github.com/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/peterfriese
[product-screenshot]: images/screenshot.png
[swift-shield]: https://img.shields.io/badge/swift-5.3-FA7343?logo=swift&color=FA7343&style=flat-square
[swift-url]: https://swift.org
[xcode-shield]: https://img.shields.io/badge/xcode-12.5_beta-1575F9?logo=Xcode&style=flat-square
[xcode-url]: https://developer.apple.com/xcode/
[featurerequest-url]: https://github.com/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/issues/new?assignees=&labels=type%3A+feature+request&template=feature_request.md
[featurerequest-shield]: https://img.shields.io/github/issues/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/feature-request?logo=github&style=flat-square
[discussions-url]: https://github.com/peterfriese/Asynchronous-Programming-with-SwiftUI-and-Combine/discussions
[discussions-shield]: https://img.shields.io/badge/discussions-brightgreen?logo=github&style=flat-square