PingUtil
PingUtil is a simple ping util for iOS/macOS.
How To Get Started
- Download PingUtil and try out the included Mac and iPhone example apps
Installation
PingUtil supports cocoapods for installing the library in a project.
pod 'XYPingUtil'
Api
[PingUtil pingHost:@"google.com"
timeoutInterval:0.05
success:^(NSInteger delayMs) {
} failure:^{
}];