|
@@ -1,5 +1,5 @@
|
|
|
// AFNetworkReachabilityManager.h
|
|
|
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
|
|
|
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
|
|
|
//
|
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
// of this software and associated documentation files (the "Software"), to deal
|
|
@@ -38,7 +38,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
Reachability can be used to determine background information about why a network operation failed, or to trigger a network operation retrying when a connection is established. It should not be used to prevent a user from initiating a network request, as it's possible that an initial request may be required to establish reachability.
|
|
|
|
|
|
- See Apple's Reachability Sample Code (https://developer.apple.com/library/ios/samplecode/reachability/ )
|
|
|
+ See Apple's Reachability Sample Code ( https://developer.apple.com/library/ios/samplecode/reachability/ )
|
|
|
|
|
|
@warning Instances of `AFNetworkReachabilityManager` must be started with `-startMonitoring` before reachability status can be determined.
|
|
|
*/
|