Posts

Swift: reverse(), sort() and sorted() explained

Swift: A walk-through of operator assignments, methods and algorithms that use Equatable

Swift: Operators, methods and algorithms that work with types that adopt the Equatable protocol

Swift: A list of all types and protocols that adopt, and inherit from, the Equatable protocol

Swift: A list of all types that adopt the Generator protocol

Swift: A list of all types and protocols that adopt, and inherit from, the Sequence protocol

Swift: Inheritance and generics in algorithms

An A-Z of Swift Protocol Names (Xcode 6, beta 4)

Swift: Using filter() to remove items from Arrays

Swift: Replacing the NSString method componentsSeparatedByCharactersInSet with a combination of the split() and find() algorithms

Swift: join() and split() explained

How to write a method in Swift that accepts a closure

JSON and Xcode (iOS): The Swift Basics