Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Swiftly Building Better Apps

Romain Huet
February 06, 2015

Swiftly Building Better Apps

Talk presented at @dotSwift in Paris on February 6th, 2015.
http://www.thedotpost.com/2015/02/romain-huet-swiftly-building-better-apps

Curious how to design an SDK with Swift developers in mind? Twitter recently launched Fabric, a modular platform which makes it easy to build great apps. Romain takes us through Twitter’s experience building Fabric with seamless Swift support at launch, and shares some of his stories and insights working with the language.

Romain Huet

February 06, 2015
Tweet

More Decks by Romain Huet

Other Decks in Technology

Transcript

  1. Leveraging Module Maps // module.map framework module Fabric { umbrella

    header "Fabric.h" export * module * { export * } }
  2. 1,000 8 9 0 8 9 0 8 9 0

    9 0 1 times faster
  3. Thoughts & Perspectives Crashes, failures and error recovery Beautiful interfaces

    with accurate typing Implementing frameworks in Swift Dynamic libraries
  4. Thoughts & Perspectives Crashes, failures and error recovery Beautiful interfaces

    with accurate typing Implementing frameworks in Swift Dynamic libraries
  5. Thoughts & Perspectives Crashes, failures and error recovery Beautiful interfaces

    with accurate typing Implementing frameworks in Swift Dynamic libraries
  6. Thoughts & Perspectives Crashes, failures and error recovery Beautiful interfaces

    with accurate typing Implementing frameworks in Swift Dynamic libraries
  7. .io