Example use of a progress bar to show download progress with Swift based off the following resource written in Objective-C (there was no Swift example on the interwebs).
It currently does not support iOS 9.0 and will need to be updated to use NSURLSession
instead of NSURLConnection
.