Skip to content

Commit

Permalink
Added FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbutler committed May 8, 2020
1 parent fc0ea7f commit d9be571
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Hyperconnectivity is a modern replacement for Reachability written fully in Swif
- [Swift Package Manager](#swift-package-manager)
- [How It Works](#how-it-works)
- [Usage](#usage)
- [FAQs](#faqs)
- [Known Issues](#known-issues)
- [Author](#author)
- [License](#license)
Expand Down Expand Up @@ -152,6 +153,12 @@ By default, Hyperconnectivity contacts a number of endpoints already used by iOS

For an example of how to use Hyperconnectivity, see the sample app in the [Example](./Example) directory. The provided example [`UIViewController`](https://github.com/rwbutler/Hyperconnectivity/blob/master/Example/Hyperconnectivity/ViewController.swift) illustrates how the publisher can be used to update your UI.

## FAQs

### Does the release of Hyperconnectivity mean that Connectivity will no longer be supported going forwards?

No, both Connectivity and Hyperconnectivity will be supported in future with improvements in each framework being symbiotic leading to improvement in the other.

## Known Issues

### Caller responsible for retaining the `AnyCancellable` object
Expand Down

0 comments on commit d9be571

Please sign in to comment.