How can I show this alert view? I know that I need check connection with reachability, but how do I show this alert with settings and ok button? I need it for iOS 6.

|
How can I show this alert view? I know that I need check connection with reachability, but how do I show this alert with settings and ok button? I need it for iOS 6.
|
||||
|
|
|
Unfortunately in iOS 5.1 and later you can't open settings app from your app. If you are using lesser version the following will work. Create the Alert view like:
Implement the
It'll open the settings app from your application. |
|||||||
|