Slide 1

Slide 1 text

Swiftly Building 
 Better Apps #dotSwift

Slide 2

Slide 2 text

Romain Huet Developer Advocate @romainhuet

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

Crashlytics Twitter MoPub Kits

Slide 9

Slide 9 text

Quality Growth Revenue Solutions

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

Building a Swift Canonical Sample App

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

Fabric Swift App Cannonball App Store: t.co/cb-ios Open Source: github.com/twitterdev

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

Providing a Delightful Onboarding for Swift

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

Leveraging Module Maps // module.map framework module Fabric { umbrella header "Fabric.h" export * module * { export * } }

Slide 21

Slide 21 text

Integrating with Fabric

Slide 22

Slide 22 text

Integrating with Fabric ( . )

Slide 23

Slide 23 text

Integrating with Fabric ( . ) Crashlytics

Slide 24

Slide 24 text

Integrating with Fabric ( . ) MoPub

Slide 25

Slide 25 text

Integrating with Fabric ( . ) Twitter

Slide 26

Slide 26 text

Integrating with Fabric ( . Crashlytics, Twitter, MoPub )

Slide 27

Slide 27 text

Fabric.with in Swift func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { Fabric.with(Twitter()) return true }

Slide 28

Slide 28 text

Fabric.with in Objective-C - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [Fabric with:@[TwitterKit]]; return YES; } [Fabric with:@[TwitterKit]];

Slide 29

Slide 29 text

Bringing Swift Support to Crashlytics

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

TweetListViewController.swift line 27 Cannonball.TweetListViewController.loadTweets v2.3.1 CRASHES 16k USERS 12k

Slide 33

Slide 33 text

Symbolicating Crash Reports Crashlytics DotSwiftApp.dSYM

Slide 34

Slide 34 text

Demangling Swift Code $ xcrun swift-demangle _TF11DotSwiftApp10getSpeakerFTSiSi_TSS_ _TF11DotSwiftApp10getSpeakerFTSiSi_TSS_ ---> DotSwiftApp.getSpeaker (Swift.Int, Swift.Int) -> (Swift.String)

Slide 35

Slide 35 text

1,000 8 9 0 8 9 0 8 9 0 9 0 1 times faster

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

No content

Slide 39

Slide 39 text

Demo

Slide 40

Slide 40 text

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

Slide 41

Slide 41 text

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

Slide 42

Slide 42 text

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

Slide 43

Slide 43 text

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

Slide 44

Slide 44 text

Integrating loves Swift Fabric

Slide 45

Slide 45 text

Integrating loves Swift Twitter

Slide 46

Slide 46 text

No content

Slide 47

Slide 47 text

.io

Slide 48

Slide 48 text

Thank You @romainhuet