How to use Reachability class to detect network status?
I am creating an app which requires internet. I want to use reachability 开发者_C百科class in my project and I want to detect if user has no internet connection whatever the technique is either wifi, Cellular. I want a step by step guide for this.
You can start with Reachability sample application. There is also some entries on SO that are about the subject.
精彩评论