0

I want to show error to user when internet connection is offline in UIWebView.

How can i do that?

Fire Fist
  • 6,911
  • 12
  • 59
  • 107

1 Answers1

1

You can simply use Reachability Class . Look the implement step from Andrew Zimmer answer there that made in simple way.

For the modern development with ARC Mode. you can use these project that compatible with ARC Mode.

Good luck !

Community
  • 1
  • 1
Sakares
  • 596
  • 11
  • 31