Getting Started
Building an iOS application – Part 1
Tutorial: Collection View Using Swift
Arrays and their Methods in Swift
Learn to Code iOS Apps with Swift Tutorial 3: Arrays, Objects, and Classes
Swift Tutorial Part 2 Simple iOS App
Learn Swift by Building a Tipster Iphone App
Swift Tutorials
Swift’s pattern-matching switch statement
The Importance of Being `final`
Design Teardown: Stretchy Headers
Integers and Numeric Literals in Swift
How to Create a UIColor in Swift
Segue between Swift View Controllers
NSDateComponents — Class Reference
Nice Web Services, Swift Edition
New Playgrounds Part 2 – Sources
for-in Statements Indexes Swift
Swift: My favorite line of code for today
Swift: Playground document design points
Swift: Vroom vroom fast playgrounds
Implicit unwrappage and nil checks
Swift: Counting Strings (Part 2)
Swift: Discover the surprisingly consistent Swift string length solution
Two New Swift / iOS Apps Released
Improved Interaction Design for Deleting Items with Swift and Core Data
Looping Through Objects in an Array
Scroll View Tutorial in iOS8 with Swift
Take Photo Tutorial in iOS8 with Swift
AirPrint Tutorial in iOS8 with Swift
Add Snap Behaviour Tutorial in iOS8
Add Rows to Table View Tutorial in iOS8
Delete Rows from Table View in iOS8
Size Classes Tutorial in iOS8 and Xcode 6
MapKit Tutorial with Swift in iOS8
UISwitch Tutorial in iOS8 with Swift
Webview Tutorial in iOS8 with Swift
Calculator Tutorial in iOS8 with Swift
Display an Alert View in iOS8 with Swift
TableView Tutorial in iOS8 with Swift
Swift Swift: Split View Controllers (Round Two) Part 1: The Master-Detail template
Tab Bar Controllers in Storyboards
Auto Layout and Size Classes: The Regular Size and Lining up Buttons Evenly
Swift Swift: Using the UIImagePickerController for a Camera and Photo Library
Swift Swift: Using UIWebViews in Swift
Swift Swift: Formatting a UIPickerView
Swift Swift: Using UIColor in Swift Part 2: Making a Color Palette with HSB
Swift Swift: Implementing Picker Views
Transitions in Swift (Part III)
Transitions in Swift (Part II)
Prototyping iOS Animations in Swift
Pythagoras’s theorem with Swift
Creating a Study App with Swift Part II
Work with InfoDictionary in a Swift way
Finding closure: Using closures in Swift
Learn NSURLSession using Swift Part 3— Upload
How to Create an Angle Gradient Border
iOS: Make an Awesome Video Background View Using UIWebView (Objective-C & Swift)
Learn Swift by running Scripts
Improving Swift Optional Unwrapping
How to create a draggable cookie with Swift
Swift gesture recognizer that accepts a func
Mutating Functions in Swift Structs
Using Map to Deal with Optionals
The Curious Case of NSDecimalNumber
Swift Access Controls: How To Avoid The ‘Private’ Keyword Repetition
Using MVVM To Work With Optionals
Swift Enums: Don’t Forget to Unwrap!
A Look At Swift’s Elusive ~> Operator
Instance Methods are Curried Functions in Swift
UIPickerView – Getting Started
Display an Alert with Text Field Entry
How to Pass Data Between iOS Views
Auto Layout & Constraints – The Basics
Your First Swift iOS Application
Swift Enumerations – Intermediate
Swift Standard Library: Documented and undocumented built-in functions
Using Facebook Shimmer with Swift
UIView Animation with Swift Tutorial
Modern Core Graphics with Swift: Part 3
Modern Core Graphics with Swift: Part 2
NSRegularExpression in Swift Tutorial
Swift: Strange tales of initialization
Parse Search in iOS 8 With Swift
iOS 8 Custom Transitions in Swift
iOS Sharing With UIActivityViewController
The Power of Hexagons: Starting from scratch with 3D drawing in Swift (CAShapeLayer, CGPath)
Swift: Failing with Class (failable initializer, nil coalescing operator)
Swift: Let’s talk about text (UILabel, CATextLayer, UIView, CoreText, UITextView, UIWebView)
Stars in our paths (Regular Polygons, CGPath, UIBezierPath, Playgrounds, iOS, Xcode)
Drawing Regular Polygons with CGPath, CGContext, UIBezierPath and CAShapeLayer
Bytes for Beginners: XOR encryption and decryption (interactive example)
Dynamic UITableViewCell Height
Implementing the Twitter iOS App UI
Swift, Labels, Default Parameters, oh my!
Swift Source Code
Swift Libraries
Swift Playgrounds
Advanced Topics
Running Totals and Force_Unwraps
An (Almost) TDD Workflow in Swift
How I Handle Optionals In Swift
Implementing React.js in Swift
Execution States for a Swift iOS App
Optionals Case Study: valuesForKeys
Swift: Working with Unmanaged Objects
Swift: Path interpolation in pure Swift
Swift: More Fun with Reflection
Swift State Machines, Part 4: Redirect
Swift State Machines, Part 3: Follow Up
Polymorphism with Return Types
Functions are Just Named Closures
Value Types Are More Valuey Than You Think
Solving the binding problem with Swift
Particles Set Free! High Performance Particles for Swift Developers
Mind Blowing Metal – Four Million Particles at Forty Frames per Second on an iPad
Radiating Visual Pulses: Visualising AudioKit Sounds in SpriteKit with SKAction
Physics Based Computer Generated Music With AudioKit and SpriteKit
Launching Parametrised Swift Applications from Links with Custom URL Schemes
Functional vs Imperative: Creating a Multiline UISegmentedControl in Swift
1,000,000 Particles on an iPad
Computing Particle Systems in Swift with Metal Kernel Functions
Swift & Metal: 1,000 Reaction Diffusion Solver Iterations per Second
Model-View-ViewModel with Swift
Writing a pipeline operator in Swift
Custom Control Structures in Swift
Core Image Tutorial in iOS8 with Swift
Dynamic Types Tutorial in iOS8 with Swift
Swift Standard Library: transcode
Core Data Migrations Swift Tutorial
Using Equatable and NilLiteralConvertible to re-implement Optionals in Swift (Part 2)
Core Data in Swift Tutorial (Part 3)
Core Data in Swift Tutorial (Part 2)
Core Data in Swift Tutorial (Part 1)
Real Time Fluid Dynamics in Swift for iOS
One Thousand Character Password
How to search a parse.com table view
Secret of Swift Performance: Part 2
Secret of Swift Performance: Part 1
Facets of Swift, Part 5: Custom Operators
Let’s Build Swift Notifications
Friday Q&A 2014-08-29: Swift Memory Dumping
Friday Q&A 2014-08-08: Swift Name Mangling
A Sanatorium for Swift Generics
Custom Ternary Operators in Swift
Loopy, Random Ideas for Extending ‘enum’
Generic Functions for Incompatible Types
Swift’s Hidden Array.each Method
C-Style ‘typedef enum’ in Swift
Addendum: Deriving the Third Monad Law From Nested Comprehensions
Understanding Optional Chaining
Clean Regular Expressions In Swift
Swift & the Objective-C Runtime
Swift Default Protocol Implementations
Typed Table View Controllers Redux
Use Touch ID in Your Swift App
Bindings, Generics, Swift and MVVM
Modern Core Graphics with Swift: Part 1
NSProgress with Asynchronous Tasks
Exploring KVO alternatives with Swift
Let’s Build a Browser Engine in Swift
Core Data Stack: Save and Fetch Entities
Sensoro iBeacon Discovery in iOS 8 and Swift
CoreLocation and Region Monitoring in iOS 8
iOS App Development : Upload Images to AWS S3
The quiet affair of the failable initializer and the nil coalescing operator
Let’s talk about text (UILabel, CATextLayer, UIView, CoreText, UITextView, UIWebView)
iOS GPU Programming with Swift & Metal
TextEffects with NSLayoutManager
regular expressions in switch statements
list traversal with discriminated unions
null coalescing operator (elvis)
function composition & pipelining operators