使用時Reachability.h
— iOS で接続を処理するための Apple のコード:
+ (Reachability*) reachabilityWithAddress: (const struct sockaddr_in*) hostAddress;
次の警告が表示されます。
Declaration of 'struct sockaddr_in' will not be visible outside of this function
使用時Reachability.h
— iOS で接続を処理するための Apple のコード:
+ (Reachability*) reachabilityWithAddress: (const struct sockaddr_in*) hostAddress;
次の警告が表示されます。
Declaration of 'struct sockaddr_in' will not be visible outside of this function