Posts

Adding Dictionary operands to Swift

Living in a Post-OOP world: Protocol Extensions in Swift 2

Swift: It's all in the protocols (Part III)

Swift: Multiple protocols in generic functions and elsewhere

Swift: AnyObject is not your only option for mixing things up ('Collections of Protocol Types')

Swift generics: It's all in the protocols (Part II)

Swift generics: It's all in the protocols (Part I)

Pure Swift: A little deeper into generics (Xcode 6 Beta 5 and Beta 6)

Pure Swift: My First Generic Method (Xcode 6 Beta 5)

Swift: Use for-in loops with your own sequence types

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