I am implementing an API based application. As per the requirements I need to show an alert when “No Cellular Network Available”.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To test reachability, use this sample code called Reachability.
To show an alert, use
UIAlertView.Both are in Apple’s documentation.
You don’t have to say “you went through the documentation” or “it’s urgent…”. You can just ask questions! That’s what Stack Overflow is for.