Skip to content

A simple object to help manage turning on/off the iOS network activity indicator using Swift and serial queues.

License

Notifications You must be signed in to change notification settings

eito/NetworkActivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NetworkActivity

A simple object to help manage turning on/off the iOS network activity indicator using Swift and serial queues.

Usage

// Place the call to start inside your network operation's start method or before you 
// kickoff an NSURLConnection
NetworkActivity.start()

// Call stop whenever an operation is cancelled or finishes
NetworkActivity.stop()

About

A simple object to help manage turning on/off the iOS network activity indicator using Swift and serial queues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages