Isuru-Nanayakkara / Reach

A simple class to check for internet connection availability in Swift.
MIT License
456 stars 119 forks source link

Add shorthand method to check if status is one of .online #21

Open mkilmanas opened 7 years ago

mkilmanas commented 7 years ago

I think it is a frequent case where it is sufficient to know if you are online at all without caring for the connection type, so I've added a helper method for the ReachabilityStatus to tell if its one of the .online options