Top Stories published by Swift Programming in November of 2014

Dynamic Layouts in Swift

All the code in this article is available as a Github Project. https://github.com/santoshrajan/LayoutSwift

In Swift we use the Objective-C UIKit framework to layout components on the screen, using Storyboard, Constraints etc. In this article we will explore…


Learn NSURLSession using Swift Part 2 — Background download

Based on previous article (Learn NSURLSession using Swift Part 1 — HTTP/HTTPS GET), we already understand what NSURLSession can do for us. Now, let’s find out the most important behavior — Background Downloads.

Reason


Learn NSURLSession using Swift Part 3— Upload

In URL Loading System Programming Guide, Apple mentioned there are four ways to upload content.

  1. Uploading Body Content Using an NSData Object
  2. Uploading Body Content Using a File
  3. Uploading Body Content…