Skip to content
/ PingUtil Public

A simple util about ping host for macOS&iOS.

License

Notifications You must be signed in to change notification settings

k1er/PingUtil

Repository files navigation

PingUtil

CocoaPods

PingUtil is a simple ping util for iOS/macOS.

How To Get Started

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:^{
                     
            }];

About

A simple util about ping host for macOS&iOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published