Many functions in my app can only be used if the user have access to the database.
I would like to push to another view or show an alert view if the user gets disconnected.
Is there a way I can check this in only one class and get that class to push or present an alert so I don't have to implement this on every view/page class in my app?
↧
Global event to push when offline
↧