Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages