iOS 7 Style Progress Meter in Swift

Hot on the heels of my recent post iOS 7 Style Progress Meter in C# is this version where we accomplish the same feat, but using Apple’s new language Swift. To refresh your memory, this is what we’re looking to recreate: In more specific terms, we’re looking at the circular progress meter that slowly advances as the download completes. ##The Playground One of the nicest features of Swift is the playground where we can write and evaluate code in fast iterations.…