/Awesome-Swift-Education

:fire: All of the resources for Learning About Swift

Primary LanguageSwiftMIT LicenseMIT

Swift Logo

Awesome-Swift-Education Awesome

A curated list of resources for learning about the Swift Language.

Key

Index

Open Source Swift

  • Apple Master Github Repository 👑
  • Swift Master Repository ✏️
  • Download Swift 🔗
  • Core Libs Unimplemented Parts ✏️
  • Swift Core Libs Foundation Repository ✏️
  • Swift Core Libs Dispatch Repository ✏️
  • Swift CommonMark parsing and rendering library in C ✏️
  • Swift Clang Repositroy ✏️
  • Swift LLDB Repository ✏️
  • Swift Packages ✏️
  • Swift Compiler Crashes ✏️

⬆️

Swift Style

  • Functional Swift Style Guide 📖
  • The Official Swift Language Docs 📖
  • Swift Language Evolution 📖 📖

⬆️

In-Browser Swift Editors

  • IBM Swift Sandbox 🔗
  • SwiftStub 🔗
  • Try Swift in the Browser 🔗

⬆️

Quick References

  • Swift.org 📜
  • That Thing In Swift 📜
  • SwiftDoc 📜
  • iOS Cookies 📜
  • 🔥 Awesome Swift 📜
  • 🔥 Another Awesome Swift 📜
  • Pure Swift List 📜
  • 🔥 Awesome iOS 📜
  • iOS Good Practices 📜
  • Little Bites of Cocoa 📜
  • Libraries used in the top 100 Apps 📜
  • Fucking Closure Syntax 📜
  • RAC Marbles 📜
  • Swift Knowledge Base 📜

⬆️

Great Learning Resources

  • Official Swift Documentation 📝
  • Swift Education Community Repository ✏️
  • iOS Swift Reference ✏️
  • Hacking With Swift 🎓
  • A Better way to learn Swift 🎓
  • Ray Wenderlich Tutorial Pages 🎓
  • Swift Education 🎓
  • Play with Swift 🎓
  • CS193P: Developing iOS 8 Apps with Swift 🎓
  • Realm Roundup: 25 Realm Resources and Tutorials 🎓
  • Funcitonal Reactive Programming iOS Learning Resources 🎓
  • Learn Core Data 🎓
  • Udacity Swift Syntax Course 🎓
  • Open Source iOS Apps ✏️

⬆️

Books

  • Free Books
    • The Swift Programming Language 2.2 📚
    • Learn Swift 📚
    • Swift for Programmers 📚
  • Not Free (but still awesome) Swift Books
    • Objc.io Book Series 📚
    • Ray Wenderlich Book Series 📚
    • Packt Publishing Book Series 📚
    • Apress Book Series 📚
    • Oreilly Book Series 📚
    • Your First Swift App 📚

⬆️

Video

  • Presentations
    • 🔥 pomo.tv Presentations from all of the events 🎤
    • WWDC 2015 Presentations 🎤 ✏️ 📝
    • All the slides from Swift Summit London 2015 🔗
    • All the Presentations from Swift Summit London 📹
    • All Presentations from #Pragma Conference 📹
    • MobileKonf 2015 📹
    • Functional Swift Conf 2014 📹
    • Functional Swift Conf 2015 📹
    • CocoaConf Videos 📹
    • 🔥 Awesome iOS Conferences ✏️
    • All Presentations from 360iDev 2015 📹
    • NSSpain 2015 interviews 📹
  • Other Video
    • Swift Language Youtube Channel 📹
    • Free Swift Lang Course 📹
    • Swift tutorial Video Series 📹

⬆️

Swift Community

  • Blogs
  • Newsletters
    • This Week in Swift News 📰
    • iOS Goodies 📰
    • iOS Dev Weekly 📰
    • Swift Open Source Newsletter 📰
    • SwiftLang Website 📰
    • Swift Weekly 📰
    • Gettin' Swifty With It 📰
    • Indie iOS Dev Weekly 📰
    • Swift Dev Weekly 📰
    • Thomas Hanning 📰
  • Forums
  • Jobs
  • Meetups
    • Meetup.com Swift Meetups 🔗

⬆️

Posts

Animations and Front End Stuff

  • Mixing SpriteKit with UIKit in iOS 9 📄
  • AdaptiveUI Animations 🎤
  • iOS Animations with AutoLayout 🎤 and ✏️ 📄
  • 3D Graphics with Metal in Swift 🎤
  • Metal and Swift 🎤
  • Animating VCs 📄
  • Advanced UITableViews 🎤 📄
  • SpriteKit as an intro to SceneKit 💾
  • Cartography Autolayout DSL ✏️
  • UITableView Configuration Values 📄
  • Typed TableViewControllers 📄 📄 📝 📄

⬆️

Application Structure / Architecture

  • Demystifying iOS Architecture Patterns 📄
  • Mutating Funcs in Swift Structs 📄
  • Refractor the Mega Controller 🎤
  • 250 Days of using VIPER Architecture with Swift 🎤
  • Safer with VIPER 📄
  • Preventing Massive View Controllers 🎤
  • A Structy Model Layer 📄
  • Unidirectional Data Flow Architecture ✏️
  • Ziggurat iOS App Architecture 📄
  • One Way Data Flow Architecture in Swift 🎤
  • Unidirectional Dataflow Architecture with Swift-Flow 💾 ✏️
  • CocoaFlow Architecture 📄
  • Lighter View Controllers in Swift 📄 📝
  • Destroying Massive View Controllers 📄 with patterns 📄
  • ReduxKit is a predictable state container for Swift apps 📄
  • View Controller Thinning 📄 via Dependency Injection 📄
  • An MVP Framework ✏️
  • Designing App Infrastructure 📄
  • Simple model for elm-like composable programs ✏️

⬆️

Closures

  • Coming Changes for the Function Currying Syntax in Swift 3.0 🔗 📄
  • Closures and Capturing Values in Swift 📄
  • Instance methods are Curried Functions in Swift 📄
  • Using Local Closures with Swift 📄
  • Delaying Code Execution through Closures 📄
  • Can we please make a standard style for closures? 📄
  • @autoclosure, @inline, @noescape, and @noreturn Keywords 📄
  • How to use @noescape 📄
  • How to use @autoclosure 📄
  • Closures in API Design 🎤
  • weak vs unowned 📄
  • Swift weak references 📄 📄
  • Difference between weak self vs weak self() 📄
  • Partial Function Application 📝
  • Trailing Closure Syntax 📄 📄 📄 📄
  • Type inference quirks of closures as parameters 📝
  • Style guide for functions with closure parameters in Swift 📝

⬆️

Collections / Sequences / Generators

  • A quick guide to SequenceType 📄
  • Swift Collections 📄
  • Sequences and Generators in Swift 📄
  • Experimenting with Seqs and Generators 📄
  • Sets vs Dictionaries in Swift 📄
  • The Fibonacci SequenceType 📄
  • Truly Lazy Sequences 📄
  • Using Generators for UITableView Pagination Purposes 📄
  • A Little Respect for AnySequence 📄
  • Swift Sequence Lib ✏️
  • SINQ - Swift Integrated Query ✏️
  • List Comprehension in Swift 📄
  • Collection Indices, Slices, and Generics 📄
  • Generic Collections, SubSequences and Overloading 📄
  • Custom Subscripts in Swift 📄
  • A better Hashable 📄
  • How arrays are implemented in Swift 📄

⬆️

Command Line and Swift Scripting

  • Swift Scripting 🎤
  • Learn Swift by running Scripts 📄
  • Scripting in Swift is Pretty Awesome! 📄
  • Swiftline ✏️
  • How Swift Scripting was used to make iOS Cookies 📄
  • Writing an Xcode Plugin with Swift 📄
  • Make Command Line Applications with Swiftline 📄

⬆️

Concurrency

  • Basics of GCD 📄
  • Methods of concurrency — GCD, agents, tasks and invocations 📄
  • Code at the end of the queue 📄
  • Actor Model Concurrency in Swift ✏️
  • Coroutines in Swift 📝
  • STM in Swift ✏️
  • NSOperations and NSOperationQueues 📄
  • Threading with Closures 📄
  • Building Responsive and Efficient Apps with GCD 🎤 💾

⬆️

Core Data and Realm

  • Core Data
    • What's New in Core Data 🎤 💾
    • Pragmatic Core Data 🎤
    • Core Competencies 📄
    • A Swift Into To Core Data 📄
    • Moving from ObjC to Swift with Core Data 📄
    • What, if any, ACID gurantees does Core Data Make? 📄
    • Core Data Libraries and NSKeyedArchiver 📄
    • Ditching Core Data for Something else 📄
    • JSQCoreDataKit 📄
    • Comparing Core Data Stacks 📄
    • Using Core Data with Swift 🎤
    • Better Core Data Models with Swift 📄
    • Core Data in 2015 and Magical Record in Swift 🎤
    • Core Data Threading Demystified 🎤
    • My Core Data Stack 📄 📝
    • Core Data Tutorial Series 🔗
  • Realm
    • Super simple Realm Intro 📄
    • Why Realm over Core Data? 📄
    • Official Realm Introduction 📄
    • Realm Tutorial 📄
    • Why Realm is great and why we're not going to use it 📄
    • Realm Best Practices 📄
    • Realm Repo 📄
    • What Realm does that Core Data doesn't 📄
    • Reddit Thread 📄
    • A look into Realm's Core DB Engine 🎤
    • Working with Realm 📄
    • Testing Realm Apps 📄

⬆️

Data Structures and Algorithms

  • An Array implemented in Swift by Mike Ash 📝
  • A Trie 📄
  • A persistent tree using indirect enums 📄
  • Deques, Queues, and Lists in Swift with indirect 📄
  • Linked Lists are really slow 📄
  • Linked Lists, Enums, Value Types 📄
  • Singly Linked List 📝
  • Deques, Queues, and Lists in Swift 📄 🔗
  • Contiguous Arrays in Swift 📄
  • NSArrays are implemente with Circular Buffers 📄
  • Open sourced CFArray 🔗
  • Abstract Algebraic Structures in Swift 2 ✏️
  • Patricia/Radix trees for Swift ✏️
  • Genetic Programming in Swift ✏️
  • Finger Trees in Swift ✏️
  • Neural Networks in Swift ✏️
  • Swift AI ✏️
  • Lazy infinite streams ✏️
  • Naive Bayes Classifier ✏️
  • Swix Swift Matrix Math Library ✏️
  • Red Black Tree 📝
  • Tensor Methods in Swift ✏️
  • Sort Utils ✏️
  • Disjoint Sets ✏️
  • Metaprogrammable ✏️
  • Binary Tree ✏️
  • SwiftPriorityQueue ✏️
  • SwiftGraph ✏️
  • Fisher-Yates Shuffle for Swift 📝
  • Rose Tree in Swift 📝
  • Generic Stack in Swift 📝 📄
  • Deep learning with Swift ✏️
  • HackerRank Solutions in Swift ✏️

⬆️

Design Patterns

  • Swift Design Patterns 💾
  • Template Method Pattern in Swift 📄
  • Design Patterns Library in Swift 📄
  • Creating a Cocoa Bindings Observable Pattern in Swift 📄
  • Observer Pattern in Swift 📄
  • The Sin of Singletons 📄
  • The Null Object Pattern 📄
  • Segues > Delegation 📄
  • Functions as Factories 📄
  • Conform to Objective C Protocols in Swift 📄
  • Optional Protocol Methods 📄
  • The Builder Pattern and Fluent Interface 📄
  • A Better NSNotificationCenter Observer Pattern 📄
  • Key Value Coding in Swift 📄
  • Exploring KVO Alternatives in Swift 📄 📄 ✏️
  • Facade Functions 📄
  • Swift Singleton ✏️
  • SOLID Design in Swift ✏️
  • Decorator Pattern through composing functions in Swift 📄
  • Target Action Pattern 📄
  • Typed Notification Observers 📄
  • Functional Notification Pattern 📄

⬆️

Development Paradigms

  • Result Driven Development 💾
  • Library Oriented Programming 🎤
    • Oriented Programming 🎤
  • Hole Driven Development 📄
  • Entering a New Codebase 💾
  • Railway Oriented Programming 🎤
  • Swift in Practice 🎤 💾
  • Denotational Design 💾
  • Building Frameworks in Swift 📄

⬆️

Enums and Pattern Matching

  • Enums
    • Enums in Swift 🔗
    • Advanced and Practical Enum Usage in Swift 📄
    • Enumerating Tuple Values in Swift 📄
    • Simplfied Login with Swift Enums 📄
    • Testing of Enums made easy 📄
    • How to compare Enums with Equatable 📄
    • Raw representable enumeration 📄
    • Enums with Associated Data vs Structs 📄
    • The Sum Types are here 📄
    • Algebraic Data Types in Swift 📄
    • Handling Enums with Raw Values 📄
    • Using Enums as Constants 📄
    • Enums instead of Booleans 📄
    • Enum vs String Type 📄
    • Enum Driven View Controllers 📄
  • Pattern Matching
    • Official Docs 📝
    • Swift's pattern-matching switch statement 📄
    • Custom pattern matching in Swift 📄
    • Advanced Swift Pattern Matching in Detail 📄
    • Control Flow & Pattern Matching 📄
    • Ranges and Intervals in Swift 📄
    • More Pattern Matching Examples 📄 📄
    • What is a variadic parameter? 📄
    • Pattern Matching in Swift 📄
    • Pattern Matching with an if case 📄
    • Pattern Matching with Recursive Values in Swift 📄 📝
    • What is value binding? 📄

⬆️

Error Handling

  • The Value of Guard 📄 📄
  • Guard and Defer 📄
  • Defer in Swift 📄
  • When to (not) use guard 📄 📄 RE 📄
  • Thoughts on Swift 2 Error Handling 📝
  • Easy Error Handing 📄
  • Swift Failiable Initializers 📄
  • Swift 2 Error Handling 📄
  • Swift 2 Error Handling and Pattern Matching 📄
  • Unmanaged Type 📄
  • try/catch with asynchronous closures 📄
  • Using the assert() keyword 📄
  • Result: Swift type modelling the success/failure of arbitrary operations ✏️
  • Error Styling in Swift 📝
  • Async Error Handling in Swift 💾
  • Let it Throw! 📄
  • Magic Methods in Swift 📄
  • Understanding Optional Chaining 📄

⬆️

Extensions

  • ExSwift ✏️
  • Useful Swift Extensions ✏️
  • EZSwiftExtensions ✏️
  • Public Extension 📓
  • Adding Class Properties via Extension 📄
  • Type Constrained Extensions in Swift 📄
  • Generic type extension by retrofitting protocols in Swift 2 📄
  • Type extensions with generic type parameters 📄
  • OptionalExtensions ✏️

⬆️

Functional Programming, Category and Type Theory

  • Category and Type Theory
    • Key terms in Category Theory 📄
    • Category Theory for Programmers 📖
    • Cheat Sheet For Typeclasses and Monads in Haskell 📜 📜 📄
    • Category Theory For Beginners 💾 💾
    • Category Theory and Progamming 🎤
    • Awesome Math/Category Theory 📝
    • Category Theory in Haskell 📄
    • The Category Design Pattern 📄
    • Type Theory vs Category Theory 📄 📄
    • MIT Category Theory Class 🔗
    • What are Monads 📄
  • Functional Programming in Swift
    • Understanding
      • Covariance and Contravariance in Swift 2.1 📄 📄
      • Object Oriented Functional Programming 🎤
      • Map and FlatMap demystified 📄
      • Functional Programming in Swift Talks 🎤 🎤 💾 🎤 🎤
      • Make Swift More Functional 💾
      • Introduction to Functional Programming in Swift 📄 💾
      • Practical Declarative 💾 and Functional 💾 Swift
      • 🙌 Functors, Applicatives, and Monads in Swift 📄
      • Futures and Latency as an effect in Swift 📄
      • Continuation Passing Style in Swift 📄 📄
      • Proof in Functions 📄 📄
      • Functional Thinking 💾
      • Swift Adventures in Monad Land ✏️
      • 6 Killer Functional Swift Features 📄
      • Thunks in Swift 📄
      • 🔥 Awesome Functional Programming ✏️
      • Does Swift implement tail call optimization? and in mutual recursion case? 🔗 🔗
      • Are true functors possible in Swift? 🔗 🔗
      • Functional Paradigms in Swift 📄
      • Functional Programming in the Swift Language 📄
      • Monads & C# Tasks in Swift 📄
      • Paragons Of Perfunctory Programs 📄
      • Combinators 📄 📝
    • Implementations
      • Deriving higher order functions in Swift 📄 and Monads 📄
      • Typelift Community Repo 📝
      • 🙌 Swiftz Functional Programming Library ✏️
      • Second Bridge Swift Functional Framework ✏️
      • Swiftx Functional Data Types ✏️
      • Aquifier Functional streaming abstractions in Swift ✏️
      • Basis Pure Declarative Programming in Swift ✏️
      • Functional Concurrency Primitives ✏️
      • Functional View Controllers 📄 📝
      • Lenses in Swift 📄 📝 ✏️
      • Prelude Library 📄
      • Transducers and Reducers in Swift 2 ✏️ 📄
      • Lenses, Prisms, Isos in Swift 2 ✏️
      • Better Recursion with Swift 🎤 💾
      • Folds in Swift 📄 📄 📝 📝
      • Functor and Monad in Swift 📄 📝
      • Llama Calculus 💾
      • FizzBuzz with infinite streams 📄
      • 7 Habits for more functional Swift 💾
      • Y Combinators in Swift 📝
      • Arrows in Swift 📝
      • Understanding Reduce in Swift [📄] 📄
      • infix Operators for Monadic Functions in Swift ✏️
      • Lazy Streams in Swift ✏️
      • Funky Functional Programming Tools and Experiements ✏️
      • Functional Memoization in Swift 📄 📄 📝
      • Reader Monad in Swift 📝 📝
      • Writer Monad in Swift 📝 📝
      • Back to the Futures with Swift 🎤 💾
      • State Monads in Swift ✏️
      • Array to Zipper ✏️
      • From Category Theory to Swift 📄 ✏️
      • Higher Kinded Types 📝 📄 📄
      • Categories in Swift 📝
      • Applicatives in Swift 📝 ✏️ 📄
      • Church Encoding 📝
      • Lambda Calculus in Swift 2 📝
      • Simple Monoid Example 📝 📝
      • Dollar.Swift Functional Toolkit like Lodash and Underscore ✏️

⬆️

Functional Reactive Programming in Swift

  • FRP
    • FRP in Swift 2.0 🎤
    • Functional Reactive Programming in an Imperative World 🎤
    • FRP is a forbidden term 📄 📄
    • What is FRP? On StackOverflow 📄
    • State, Promises, and Reactive Programming 🎤 ✏️
    • State Machines in Swift ✏️
    • Functional Reactive Programming on iOS 💾
    • Delta Library for managing state 📄
  • MVVM
    • Modern application architectures (Reactive programming, MVVM and beyond) 📄
  • RAC
    • Introduction 📄
    • Reacting to Events 📄
    • ReactiveCocoa 4.0 Info 🔗
    • 🙌 RAC 3 with Ash Furrow 💾, and some other nice 💾
    • FRP with RAC in Swift 💾
    • MVVM + Rac 4 ✏️
  • Rx
    • The Difference between RxSwift and ReactiveCocoa 📄, 📄
    • Learning RxSwift 🔗
    • Upgrading to RxSwift 📄
    • From RAC to RxSwift: The (Mini) Survival Guide 📄
    • RxSwift Community Webpage 🔗

⬆️

Generics

  • Generic Arrays in Swift 2.0 📄
  • The shortcomings of generic protocols 📄
  • Generics in Swift, Part 1 📄, Part 2 📄
  • Official Docs 📝
  • Covariant and contravariant generic type parameters 🔗
  • Generic Protocols 📄
  • Partial Function Application with Generics 🔗
  • Generic Constructors 🔗 and factories 🔗
  • Parametric Polymorphism in Swift 📄 📄 📄

⬆️

Initializers, Properties, and Dependency Injection

  • Initializers
    • Swift Initializers 📄
    • Immutable Swift 📄
    • What's the point of Laziness? 📄
    • Swift Initialization and the Pain of Optionals 📄
  • Properties
    • Property Observers 📄
    • IBOutlet Style in Swift 📄
    • Lazy Properties in Structs 📄
    • Class Properties in Swift 📄
    • Stored Properties 📄
  • Dependency Injection
    • You Used To Inject Me In Your Constructor 💾
    • Swift Inject Dependency Injection ✏️
    • How to Dependency Inject on iOS 🎤
    • Dependency Injection in Swift 📄 📄 📄

⬆️

Interpolability with C and Objective-C

  • Swift and C 🎤
  • Swift & the ObjC Runtime 📄
  • How is Swift Faster than Objective-C? 📄
  • Wrapping a C library in a Swift Framework 📄
  • How are NSDictionaries implemented in-memory? 📄
  • Exposing NSMutableArray 📄
  • Source-Code for the Objective-C Runtime ✏️
  • Mapping Swift Types to C Pointers 📄

⬆️

Language Comparisons and Transitioning to Swift

  • Comparisons
    • Comparing Swift and Javascript 📄
    • C++ Advice to Swift Devs 📄
    • Swift Protocols vs Java 8 Interfaces 📄
    • Learning Swift from Haskell 💾 and corresponding 🎤
    • Functional Programming like Haskell 💾 🎤
    • Swift vs Golang 💾
    • Swift 2.0 Protocol Extensions vs Java Abstract Classes 🔗
    • What do Haskell developers think of Swift? 🔗
  • Transitioning
    • Method Swizzling in Swift 📄
    • How to Method Swizzle in Swift 📄
    • A Eulogy for Objective C 🎤
    • The best of Obj-C to Swift 🎤 📄

⬆️

Linux Development

  • Intro to Swift Dev on Linux 📄

⬆️

LLVM Compiler, SIL, and swiftc

  • LLVM Compiler
    • LLVM by Chris Lattner 📄
    • Swift Intermediate Language 💾
    • Using the LLVM API With Swift 📄
    • LLVM and Swift 🎤
    • Swift Performance 💾
    • Swift 2 Under the Hood 💾
  • swiftc
    • Explorign SIL and swiftc 📄
    • swift vs swiftc 📄
    • SIMD (Single Instruction Multiple Data) 📄
    • @convention 📄

⬆️

Optionals and Types

  • Optionals
    • How I handle Optionals in Swift 📄
    • How to unwrap an optional in 9 different ways 📄
    • Optional Protocol Methods in Pure Swift 📄
    • Swift Optionals Made Simple 📄
    • Every Kind of Optional 📄
  • Types
    • Swift's Type System 📄
    • Types and Metatypes in Swift 📄
    • Typeclasses in Swift, Haskell and Scala 📄
    • Understanding Downcasting Operators in Swift 📄
    • Swift Manual Retain/Release 📄
    • Type-Erased Wrappers in Swift 🎤
    • Swift MetaTypes 📄
    • Tying the Knot in Swift 🔗
    • Make all Value Types Equatable 🎤
    • The Natural Numbers Encoded as Types 📄
    • Type Introspection 📄
    • Safer Swift Code With Value Types 🎤 💾
    • Dependent Types in Swift 📄 and why they matter 📄
    • Creating new Types in Swift 📄
    • Properties of Types Conforming to Protocols 📄
    • Wrapper Types 📄
    • Phantom Types in Swift 📄
    • Typeclasses in Swift and Scala 📄
    • Return Type Polymorphism in Swift 📄 🔗
    • Type Reflection and Casting
      • Simple Reflection in Swift 📄
      • Understanding Reflection in Swift and how to use it 📄
      • Typecasting and the Swift Runtime 📄
      • Advanced Type Safety in Swift 💾, and corresponding 🎤
      • Why doesn't Swift have implicit type conversion? 📄
      • as? vs as! 📄
    • Associated Types
      • Protocols with Associated Types and how they got that way 💾 🎤
      • Associated Types in Swift Explained 📄 📄
      • Illuminating Forum Post 📄
      • How to make Generic Protocols in Swift 📄
      • Associated Enum Data As Types 📄
      • Typesafe Associated Objects ✏️
    • Value and Reference Types

⬆️

Production Swift, Problem Solving, and Developer Tools

  • Production Swift
    • How Carthage works 💾
    • Bottom Up Programming in Swift 🎤
    • Make a Cocoapods Framework 🎤
    • Lessons from Production Swift 💾
    • Using the Swift Package Manager 📄
    • Exclude folders in the SPM 📄
    • How to run Swift within a Docker container 📄
  • Problem Solving with Swift
    • 🙌 FizzBuzz on steroids with Swift 💾
    • Learning Swift the Euler Way 🎤
  • Developer Tools
    • Alcatraz Master Repository ✏️
    • Exploring Graph Theory with OmniGraffle and Swift 📄
    • Continuous Delivery with Fastlane 🎤
    • Ship C code with swift packages using swift package manager 📄
    • Jazzy Docs 📄

⬆️

Protocol Oriented Programming in Swift 2

  • 🙌 Protocol-Oriented Programming in Swift 🎤 💾
  • Protocols in Swift 📄
  • POP is OOP Thesis 📄
  • Standard Template Protocols ✏️
  • Protocol Oriented MVVM 📄, 💾
  • Functional thinking via Protocol Extensions 📄
  • Protocol Extensions vs Type Extensions 📄
  • Swift Diagrams Playground for P.O.P. 📄
  • Gist covers whatever went on in the official presentation 📄
  • What are the advantages? 📄
  • Another look into the concept of P.O.P. 📄
  • If you're subclassing, you're doing it wrong. POP and VOP explained 📄
  • Every Swift Value Type Should be Equatable 📄
  • Protocol Oriented Programming through UIKit 📄
  • Protocols in Swift 📄
  • Ray Wenderlich intro to P.O.P. 📄
  • Protocol Extensions and the death of the Pipe forward operator 📄
  • How Protocol Oriented Programming could still improve 📄
  • The Swift Protocol Proposal 📄
  • Swift Default Protocol Implementations 📄
  • 🙌 Mixins and Traits in Swift 2.0 📄
  • Minimal Swift 2.1 Protocol Coformance 📄
  • Favor Mixins over inheritance 📄
  • Use Protocol Composition 📄
  • Can Swift have Dependent Types? 📄
  • More Misunderstanding of Dependent Types 📄
  • 55 Standard Library Swift Protocols 💾 📄 🎤
  • Current Recommmended Protocol Usage 📄
  • POP in Swift vs ObjC and C++ 📄
  • POP Utility Belt ✏️
  • Typesafe and Composable Data Sources in Swift 📄
  • Protocol Extension Method Dispatch 📄
  • The Genius of Protocols 📄

⬆️

Security

  • Encryptor / Decryptor Data Format ✏️
  • CommonCrypto in Swift 🎤
  • 🔥 Awesome iOS Security 🔗
  • Ceaser Cipher in Swift 📄

⬆️

Server Side Swift

String Manipulation and RegEx

  • Strings
    • Swift String Cheat Sheet 📄 📝
    • How is the String type implemented? 📄
    • Useful String Library ✏️
  • Regular Expressions
    • RegularExpressions in Swift 📄
    • Creating a Lexer in Swift 📄
    • Creating an Abstract Syntax Tree Parser in Swift 📄 📄
    • String to Number Parser ✏️
    • Madness: Parsing strings in simple context-free grammars ✏️
    • NSRegularExpression Cheat Sheet 📄
    • Parser combinators, for Swift 📄 ✏️ ✏️
    • Clean Regular Expressions in Swift 📄
    • Simple Regex 📝
    • Verbal Expressions style RegEx ✏️

⬆️

Swift Language, Open Source, and Opinions

  • About Swift
    • What's new in Swift 2 🎤 💾
    • Diving into Swift 2 📄
    • Best of Swift 2 📄
    • New Features in Swift 2 📄
    • Switching your brain to Swift 📄
    • Short Circuit Evaluation 📄
    • How Swift makes your life better 📄
    • Emerging best practices in Swift 🎤
    • Swift Thinking 🎤
    • Hidden Gems in Swift 🎤
    • Making Friends with Value Types 🎤
    • Catching up with Swift 💾
    • Idiomatic Swift 💾
    • Swiftly Methods 📄
    • Function Params are Tuples in Swift 📄
    • Improving your Existing Apps with Swift 💾
    • Other Swift Attributes you may not have heard of 📄
  • Open Source Swift
    • Booleans 📄
    • Swift Open Source Overview 📄
    • Open Source Swift 3.0 Roadmap 📄
  • Opinions about Swift
    • Wishlist for Swift 3.0 📄
    • What are the Worst parts of Swift? 📄
    • The Death of Cocoa 📄
    • Swift is not functional 📄
    • Which features overcomplicate Swift? What should be removed? 📄
    • Does Apple Swift have enough functional features to be considered as a functional language? Why? 📄
    • What is the bare minimum you need to learn Swift? 📄
    • How flexible is Swift? 📄

⬆️

Testing

  • Unit Testing
    • Better Unit Testing with Swift 📄
    • Unit Testing in Swift 📄 📄
    • Unit Testing with @testable in Xcode 7 📄 📄
    • Understanding testability in Swift 2 📄
  • TDD
    • TDD with Swift 📄
    • TDD By Controlling Dependencies in Swift 🎤, 🎤
    • TDD on iOS 🎤
  • BDD
    • BDD Testing with Swift 📄
    • SwiftTest BDD Testing Framework ✏️
  • UI Testing
    • UI Testing Cheat Sheet 📄
    • Replacing KIF with XCUI Tests 📄
  • Network Testing
    • Network Testing in Swift and DVR 🎤 📄
    • Unit Testing Core Data Model Layers 📄
  • Snapshot Testing
    • iOS Snapshot Test Cases ✏️
  • Profiling
  • Other
    • More functional testing 📄
    • Mocking Objects in Swift 📄
    • Reverse Engineering iOS Apps 🎤
    • The state of iOS testing in 2015 📄
    • Testing in Swift with Quick 🎤 🎤
    • Quick Testing Framework ✏️
    • Nimble Matcher Framework ✏️
    • How to configure Travis CI for iOS Testing 📄
    • Setting up KIF for iOS Acceptance Testing 📄
    • SwiftCheck: QuickCheck for Swift ✏️

⬆️

Web Services, JSON, Routing, REST, and Networking

  • Networking
    • SwiftHTTPStatusCodes 📝
    • Calling a REST Api in Swift 📄
    • How to Make REST API Calls and Parse JSON with Swift 📄
    • HTTP in Swift 📄
    • Reachability Library 📄
    • NSURLSession Basics 📄 📄
    • Background Downloads 📄
    • An introduction to using Alamofire 📄
  • JSON
    • Functional JSON Parsing with Tyro ✏️
    • { JSON, Swift, and Type Safety } 💾
    • JSON in Swift 📄
    • Functional JSON Parsing 📄
    • Swift and JSON: Are we doing it right? 🎤
    • Calling APIs and Parsing JSON with Swift 📄
    • Parsing Embedded JSON and Arrays in Swift 📄
    • Real World JSON Parsing 📄
    • Efficient JSON Parsing with Functional Concepts 📄
    • Operator Overloading and JSON Parsing in Swift 📄
  • Networking
    • Networking with Monads 📹
    • Moya: Network Abstraction Layer written in Swift ✏️
  • Routing
    • An AlamoFire Router 📄
  • Web Services
    • CloudKit Introduction 📄
    • Create a Data Access Layer with SQLite.swift and Swift 2 📄
    • Using YapDatabase 📄
    • MagicalRecord loves Swift 🎤
    • Swift-MongoDB ✏️
    • Caramel brings powerful, expressive I/O to Swift 🎤

⬆️

Interview Situations

  • Ray Wenderlich 📋
  • Toptal 📋
  • LeetCode 📋
  • Coding Questions 📋
  • 🔥 Awesome Swift Interview Questions 📋
  • 🔥 Awesome iOS Interview Questions 📋

⬆️

Emoji Key

  • 📝 = Gist
  • ✏️ = Repository
  • 📓 = Blog
  • 📄 = Blog Post
  • 📜 = Quick Reference
  • 📚 = Book
  • 📖 = Guide Book
  • 📰 = Newsletter
  • 💾 = Slides
  • 🎤 = Video Presentation
  • 📹 = Video
  • 🔗 = Link
  • 🔥 = Awesome List
  • 🎓 = Learning Resource
  • 📋 = Interview Questions

⬆️

Contributing Guidelines

Let this list serve as a huge thank you to the incredible Swift Community. It would not exist if the people behind Swift were not so incredibly innovative, intellectual, and enthusiastic about the language and about open source. I created this list because I believe that the Swift community can be just as smart as the Haskell Community if guided properly. If you would like to make the Swift community smarter and contribute to this list, make sure to check out the emoji key and please open up a pull request or send a tweet of the content to @FeelFunnyFlow. If the topic of the content is already exists on the list, create an adjacent emoji to the existing content. I realize that this list is by no means perfect, so if you have an idea as to how I can change it, please let me know!

⬆️

Shoutouts

Shoutout to @clattner_llvm, the OG Swift Developer. Shoutout to @chriseidhof for encouraging me to promote this idea and for being a huge baller. Shoutout to @ashfurrow and @bennRodri for being so incredibly helpful. Shoutout to @CodaFi_, the TypeLift, and the Antitypical teams for promoting FP. Shoutout to the trillmoji project. Shoutout to Haskell Devs and Category Theory legends. And finally, Shoutout to all the Swift Programmers out there, this project is by you and for you!

⬆️