Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
StackViews
Search
IOSdevelopersMx
February 04, 2016
Programming
1
50
StackViews
IOSdevelopersMx
February 04, 2016
Tweet
Share
More Decks by IOSdevelopersMx
See All by IOSdevelopersMx
Functional programming vol 2
iosdevelopersmx
0
73
Construyendo vistas 100% por código VS usando AutoLayout
iosdevelopersmx
0
19
GraphQL como una nueva forma revolucionaria de pensar en las APIs!
iosdevelopersmx
0
22
Clean Architecture in IOS
iosdevelopersmx
1
88
Xamaring Bindings
iosdevelopersmx
0
44
Functional Programming in Swift
iosdevelopersmx
0
78
StoryboardReferences
iosdevelopersmx
0
54
Ibeacons Parte 1
iosdevelopersmx
0
50
Other Decks in Programming
See All in Programming
CSC305 Lecture 05
javiergs
PRO
0
210
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
450
止められない医療アプリ、そっと Swift 6 へ
medley
1
140
スマホから Youtube Shortsを見られないようにする
lemolatoon
2
350
Six and a half ridiculous things to do with Quarkus
hollycummins
0
140
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
210
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
0
100
NetworkXとGNNで学ぶグラフデータ分析入門〜複雑な関係性を解き明かすPythonの力〜
mhrtech
3
1.2k
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
2k
Your Perfect Project Setup for Angular @BASTA! 2025 in Mainz
manfredsteyer
PRO
0
150
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
10
6.4k
CSC509 Lecture 05
javiergs
PRO
0
300
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
431
66k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Designing for Performance
lara
610
69k
Facilitating Awesome Meetings
lara
56
6.6k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Automating Front-end Workflow
addyosmani
1371
200k
Six Lessons from altMBA
skipperchong
28
4k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Transcript
STACK VIEW - IOS 9 @MISAELPC
CURRENT STACK SWIFT OBJ-C JAVA RUBY ERLANG ELIXIR GO BACKEND
MOBILE CLI APPS
IOS 9 USAGE
THE CHALLENGE
BEAUTIFUL APPS
OPTIONS • Implement in code • Springs • Autolayout •
Autolayout + StackViews
CODE • Handle different sizes • Handle different orientations •
Handle both escenarios
SPRINGS • Who remember Springs ? • Non effective for
complex views
AUTO LAYOUT • What makes it auto ? • Constrains
• Warnings • Errors
STACK VIEW • Complex Views • Few Constrains • Flexible
layouts • Horizontal Arrangement • Vertical Arrangement
PROPERTIES
BRONCE CHALLENGE SCORE
SHOW ME THE CODE • There is none • DEMO
SILVER CHALLENGE FRIEND ROASTER
BUILD VIEWS FAST • Use Auto layout • Use Constrains
• Use Stack Views • Use Table Views • Use Collections Views
GRACIAS