Skip to content

Instantly share code, notes, and snippets.

View speedoholic's full-sized avatar
👨‍💻
Exploring SwiftUI

Kushal Ashok speedoholic

👨‍💻
Exploring SwiftUI
View GitHub Profile
@speedoholic
speedoholic / Reachability+NetworkType.swift
Last active March 11, 2019 13:21 — forked from floriankrueger/Reachability+NetworkType.swift
Getting the current network connection type through Reachability and CoreTelephony (based on https://stackoverflow.com/a/36451194/766873)
//
// ReachabilityHelper.swift
// TradeX
//
// Created by Kushal Ashok on 1/11/19.
//
import Reachability //https://cocoapods.org/pods/ReachabilitySwift
import CoreTelephony