I am developing a view based app that requires a network connection. I want to add code so that my app gives an error when a network is not available.
I am clueless as to, whether or what code to put into the appdelegate(.h/.m) and/or viewcontroller(.h/.m)
Can anyone help me?
Thanks in advance :)