I want to check Internet connection in my app. So i use Apple's Reachability sample code.
But because of using ARC there are some errors. I correct some of them but other errors still in my code.

How should i solve this problems? Any ideas?
Thnx.
|
I want to check Internet connection in my app. So i use Apple's Reachability sample code. But because of using ARC there are some errors. I correct some of them but other errors still in my code.
How should i solve this problems? Any ideas? Thnx. |
||||
|
|
Try using this for your ARC version code -> Reachability (iOS) ARCified |
|||||||
|
|
You can disable ARC on a per-file basis.
Now ARC is disabled for that one file. |
|||||||||||
|