I have an app which completely depends on connection to the internet. At the moment, I use an UIAlertView to notify the user whether the device is connected to the Internet or not. I feel this is too ugly and intrusive. I would like to set up a notification system where such a status message is shown in the UIStatusBar
like in some apps such as the new MailBox app from DropBox. Does anyone know a simple way to do this?
Asked
Active
Viewed 108 times
0

Rameez Hussain
- 6,414
- 10
- 56
- 85
-
There is a github project which allows for status bar customizations. See [this link](http://stackoverflow.com/a/13963067/35499) – Dean Nov 22 '13 at 15:39
-
Hmm. It works, but it provides few customisation options and I see there are issues with apps being rejected by apple when this is used. Any other suggestions you have? – Rameez Hussain Nov 22 '13 at 16:00
-
2You can give https://github.com/mwielbut/StatusBarMessageExample a look. Not exactly what you want, but it shows a secondary status bar right below the system status bar. – Plague Nov 22 '13 at 17:53