Slide 1

Slide 1 text

iOS at Artsy August 21, 2014 | Orta Therox @orta

Slide 2

Slide 2 text

The Objective-C Dependency Manager

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

What is Artsy? The start-up Art.sy aims to do for visual art what Pandora did for music: become a source of discovery, pleasure and education.” “

Slide 5

Slide 5 text

What is Artsy? • Seed: 1.25MM$ November 2010 • Series A: 6MM$ November 2011 • Series B: 18MM$ April 2014 • 65 Team Members • 15 Developers

Slide 6

Slide 6 text

What is Artsy? • 250,000+ registered users • 150,000+ artworks • 32,000+ artists • 2,500+ partners

Slide 7

Slide 7 text

What is Artsy for most Users?

Slide 8

Slide 8 text

What is Artsy for galleries?

Slide 9

Slide 9 text

What is Artsy for Fairs?

Slide 10

Slide 10 text

What is Artsy for Institutions?

Slide 11

Slide 11 text

What is Artsy for Collectors?

Slide 12

Slide 12 text

Bright/Vivid Human figure Black & White Patterns Highly Detailed Monochromatic Flatness Landscape

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

Thinking time

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

4 types of mobile experience • I know what I'm looking for

Slide 18

Slide 18 text

4 types of mobile experience • I've got free time, entertain me

Slide 19

Slide 19 text

4 types of mobile experience • I want to get alerts about things happening

Slide 20

Slide 20 text

Process

Slide 21

Slide 21 text

Release Process Team of 2 Regular Daily Betas External QA Team Manual Testing

Slide 22

Slide 22 text

Things we learned

Slide 23

Slide 23 text

Hybrid Application • Don’t try to be everything

Slide 24

Slide 24 text

View Controllers One controller to show artwork collections Different Layouts Different Cells

Slide 25

Slide 25 text

Reveal

Slide 26

Slide 26 text

Social Media Login First

Slide 27

Slide 27 text

CocoaPods

Slide 28

Slide 28 text

In App Routing

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

Dev Mode View Controllers Caption Text

Slide 31

Slide 31 text

Dev Mode View Controllers

Slide 32

Slide 32 text

Debug Menu Easy access to build settings Lab settings for development tests Offline mode

Slide 33

Slide 33 text

Debug Menu Easy access to build settings Lab settings for development tests Offline mode

Slide 34

Slide 34 text

Post Release

Slide 35

Slide 35 text

ASCII

Slide 36

Slide 36 text

ORStackView

Slide 37

Slide 37 text

ORStackView

Slide 38

Slide 38 text

Caption Text LOTS OF STACKVIEWS

Slide 39

Slide 39 text

Automated Testing

Slide 40

Slide 40 text

Books

Slide 41

Slide 41 text

Tests target 'Artsy Tests', :exclusive => true do pod 'Specta', '~> 0.2.1' pod 'Expecta', '~> 0.2.3' pod 'OCMock', '~> 2.2.2' pod 'OHHTTPStubs', '~> 3.0.4’ pod 'FBSnapshotTestCase', '1.1' pod 'EXPMatchers+FBSnapshotTest', :head pod 'XCTest+OHHTTPStubSuiteCleanUp' end

Slide 42

Slide 42 text

Continuous Integration

Slide 43

Slide 43 text

Continuous Integration Caching

Slide 44

Slide 44 text

View Controller Tests for Non-Trivial Interactions

Slide 45

Slide 45 text

View Controller Tests

Slide 46

Slide 46 text

View Controller Tests

Slide 47

Slide 47 text

View Controller Tests

Slide 48

Slide 48 text

View Controller Tests

Slide 49

Slide 49 text

Future

Slide 50

Slide 50 text

Eidolon

Slide 51

Slide 51 text

Eidolon

Slide 52

Slide 52 text

A Swift Start

Slide 53

Slide 53 text

A Swift Start

Slide 54

Slide 54 text

Thanks @orta