Top Stories published by Swift Programming in 2014
January
February
March
April
May
December

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…

These were the top 10 stories published by Swift Programming in 2014. You can also dive into monthly archives for 2014 by using the calendar at the top of this page.