Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
iOS at Artsy
Orta
August 21, 2014
Programming
0
480
iOS at Artsy
an expansion from On Getting Eigen out. Performed at iOS Brooklyn
Orta
August 21, 2014
Tweet
Share
More Decks by Orta
See All by Orta
How Does the TypeScript Team Try to Avoid Negative Effects on the JS Ecosystem
orta
0
32
TypeScript: From the Outside In
orta
0
130
React Native, 2 years later
orta
4
1.9k
[WIP] React Native 2 years on
orta
0
100
TSConfig - the keys you need to know
orta
1
110
We try!'d Swift
orta
0
110
Building Outside of the Sandbox
orta
0
100
Danger in 15m
orta
1
340
Injection, or Controlling your Tools
orta
0
110
Other Decks in Programming
See All in Programming
How to start contributing to Kubernetes Projects
ydfu
0
130
「混ぜるな危険」を推進する設計
minodriven
8
2.5k
More Than Micro Frontends: 3 Further Use Cases for Module Federation @DWX 2022
manfredsteyer
PRO
0
360
10歳の minne から、これから長く続くプロダクトを作るすべての人へ
tsumichan
9
3.6k
クラウド KMS の活用 / TOKYO BLOCKCHAIN TECH MEETUP 2022
odanado
PRO
0
180
クックパッドマートの失敗したデータ設計 Before / After 大放出
mokuzon
20
25k
このタイミングで知っておきたい 開発生産性の高いエンジニア組織の特徴とは / dev-sumi-20220721-productivity-features
findyinc
7
2.6k
Atomic Design とテストの○○な話
takfjp
2
800
Isar勉強会
hoddy3190
0
390
企業内スモールデータでのデータ解析
hamage9
0
880
サーバーレスパターンから学ぶデータ分析基盤構築 / devio2022
kasacchiful
0
480
FutureCon 2022 FlutterアプリのPerformance測定
harukafujita
0
130
Featured
See All Featured
Embracing the Ebb and Flow
colly
73
3.4k
Designing Experiences People Love
moore
130
22k
The Invisible Side of Design
smashingmag
290
48k
A designer walks into a library…
pauljervisheath
196
16k
How GitHub (no longer) Works
holman
297
140k
Build The Right Thing And Hit Your Dates
maggiecrowley
19
1.2k
No one is an island. Learnings from fostering a developers community.
thoeni
9
1.3k
A better future with KSS
kneath
226
16k
Three Pipe Problems
jasonvnalue
89
8.7k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
11
4.8k
Bash Introduction
62gerente
598
210k
Building an army of robots
kneath
298
40k
Transcript
iOS at Artsy August 21, 2014 | Orta Therox @orta
The Objective-C Dependency Manager
None
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.” “
What is Artsy? • Seed: 1.25MM$ November 2010 • Series
A: 6MM$ November 2011 • Series B: 18MM$ April 2014 • 65 Team Members • 15 Developers
What is Artsy? • 250,000+ registered users • 150,000+ artworks
• 32,000+ artists • 2,500+ partners
What is Artsy for most Users?
What is Artsy for galleries?
What is Artsy for Fairs?
What is Artsy for Institutions?
What is Artsy for Collectors?
Bright/Vivid Human figure Black & White Patterns Highly Detailed Monochromatic
Flatness Landscape
None
None
Thinking time
None
4 types of mobile experience • I know what I'm
looking for
4 types of mobile experience • I've got free time,
entertain me
4 types of mobile experience • I want to get
alerts about things happening
Process
Release Process Team of 2 Regular Daily Betas External QA
Team Manual Testing
Things we learned
Hybrid Application • Don’t try to be everything
View Controllers One controller to show artwork collections Different Layouts
Different Cells
Reveal
Social Media Login First
CocoaPods
In App Routing
None
Dev Mode View Controllers Caption Text
Dev Mode View Controllers
Debug Menu Easy access to build settings Lab settings for
development tests Offline mode
Debug Menu Easy access to build settings Lab settings for
development tests Offline mode
Post Release
ASCII
ORStackView
ORStackView
Caption Text LOTS OF STACKVIEWS
Automated Testing
Books
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
Continuous Integration
Continuous Integration Caching
View Controller Tests for Non-Trivial Interactions
View Controller Tests
View Controller Tests
View Controller Tests
View Controller Tests
Future
Eidolon
Eidolon
A Swift Start
A Swift Start
Thanks @orta