How to handle internet connection reachability in Swift

Neo
We’ve moved to freeCodeCamp.org/news
9 min readNov 30, 2018

--

More often than not, mobile applications need an active internet connection to function properly. It is normal, however, for the internet connection to be lost. In cases like these, it is up to the developer to come up with ways to make the experience bearable, or in the least, notify the user.

--

--