Slide 1

Slide 1 text

Getting Eigen Out April 28, 2014 | Orta Therox @orta

Slide 2

Slide 2 text

The Objective-C Dependency Manager

Slide 3

Slide 3 text

WWDC iOS7

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

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

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

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

Slide 11

Slide 11 text

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

Slide 12

Slide 12 text

4 types of mobile experience • I've got a rough idea what I'm looking for

Slide 13

Slide 13 text

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

Slide 14

Slide 14 text

Hybrid Application • Don’t try to be everything

Slide 15

Slide 15 text

Process

Slide 16

Slide 16 text

Release Process Regular Daily Betas External QA Team

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

Things we learned

Slide 20

Slide 20 text

View Controllers One controller to show artworks Many layouts

Slide 21

Slide 21 text

Reveal

Slide 22

Slide 22 text

Social Media Login First

Slide 23

Slide 23 text

CocoaPods

Slide 24

Slide 24 text

In App Routing

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

Dev Mode View Controllers Caption Text

Slide 27

Slide 27 text

Dev Mode View Controllers

Slide 28

Slide 28 text

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

Slide 29

Slide 29 text

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

Slide 30

Slide 30 text

Post Release

Slide 31

Slide 31 text

ASCII

Slide 32

Slide 32 text

ORStackView

Slide 33

Slide 33 text

ORStackView

Slide 34

Slide 34 text

Caption Text LOTS OF STACKVIEWS

Slide 35

Slide 35 text

Testing

Slide 36

Slide 36 text

Books

Slide 37

Slide 37 text

Continuous Integration

Slide 38

Slide 38 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 39

Slide 39 text

View Controller Tests

Slide 40

Slide 40 text

View Controller Tests

Slide 41

Slide 41 text

View Controller Tests for Non-Trivial Interactions

Slide 42

Slide 42 text

THANKS @orta

Slide 43

Slide 43 text

Q&A Design / Release / Lessons / Post Release / Testing / Sneaky CocoaPods Questions @orta