Skip to content

Simple way to show ALAlert to the whole application on change of network Connectivity.

Notifications You must be signed in to change notification settings

subh007/NetwrokAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetwrokAlert

Simple way to show ALAlert to the whole application on change of network Connectivity.

How to user it :

Include the headerfile for the Network alert and Use the following line of code in the AppDelegate or any controller once.

// supply the navigation ctrl instance to the ALAlertBannerMgr
// otherwise we can't see the alert notification on the UI.
[ALAlertBannerManager sharedManager].navCtrl = self.navCtrl;

You have to write only once this line to your code and alert will be visible to all the controller screen.

used library: https://github.com/alobi/ALAlertBanner

ScreenShot ScreenShot

About

Simple way to show ALAlert to the whole application on change of network Connectivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published