OpenConnectivity allows Connectivity to be used with OpenCombine such that users can subscribe to changes in Internet connectivity using Publishers on platforms where the Combine framework is unavailable.
Connectivity is a framework providing a reliable measure of whether Internet connectivity is available. It provides Combine Publishers which allow the subscriber to be notified on changes in Internet connectivity state. Apple’s Combine however is unavailable on some platforms notably prior to iOS 13 in which case OpenCombine exists to fill the gap. This package allows you to subscribe to changes in Internet connectivity on platforms where Combine is unavailable by substituting Combine for OpenCombine.
To learn more about how to use OpenConnectivity, check out the blog post, or make use of the table of contents below:
Connectivity - Improves on Reachability for determining Internet connectivity in your iOS application.
FeatureFlags - Allows developers to configure feature flags, run multiple A/B or MVT tests using a bundled / remotely-hosted JSON configuration file.
FlexibleRowHeightGridLayout - A UICollectionView grid layout designed to support Dynamic Type by allowing the height of each row to size to fit content.
Hyperconnectivity - Modern replacement for Apple’s Reachability written in Swift and made elegant using Combine. An offshoot of the Connectivity framework.
Skylark - Fully Swift BDD testing framework for writing Cucumber scenarios using Gherkin syntax.
TailorSwift - A collection of useful Swift Core Library / Foundation framework extensions.
TypographyKit - Consistent & accessible visual styling on iOS with Dynamic Type support.
Updates - Automatically detects app updates and gently prompts users to update.
OpenConnectivity allows Connectivity to be used with OpenCombine such that users can subscribe to changes in Internet connectivity using Publishers on platforms where the Combine framework is unavailable.
Connectivity is a framework providing a reliable measure of whether Internet connectivity is available. It provides Combine Publishers which allow the subscriber to be notified on changes in Internet connectivity state. Apple’s Combine however is unavailable on some platforms notably prior to iOS 13 in which case OpenCombine exists to fill the gap. This package allows you to subscribe to changes in Internet connectivity on platforms where Combine is unavailable by substituting Combine for OpenCombine.
To learn more about how to use OpenConnectivity, check out the blog post, or make use of the table of contents below:
Features
Blog Post
For more background, take a look at the blog post on Detecting Internet Connectivity using OpenCombine.
Usage
For example usage in an iOS app see this gist.
Author
Ross Butler
License
OpenConnectivity is available under the MIT license. See the LICENSE file for more info.
Additional Software
Controls
Frameworks
Tools
cdd
from the Terminal.