0

If the user is not connected to the Internet, I would like to display an alert. How would I do this?

Jack Humphries
  • 13,056
  • 14
  • 84
  • 125
Chandler De Angelis
  • 2,646
  • 6
  • 32
  • 45

1 Answers1

1

You should check out Apple's Reachability sample code and use the Reachability classes to test for connection status.

Michael Frederick
  • 16,664
  • 3
  • 43
  • 58