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
49
StackViews
IOSdevelopersMx
February 04, 2016
Tweet
Share
More Decks by IOSdevelopersMx
See All by IOSdevelopersMx
Functional programming vol 2
iosdevelopersmx
0
72
Construyendo vistas 100% por código VS usando AutoLayout
iosdevelopersmx
0
18
GraphQL como una nueva forma revolucionaria de pensar en las APIs!
iosdevelopersmx
0
21
Clean Architecture in IOS
iosdevelopersmx
1
87
Xamaring Bindings
iosdevelopersmx
0
43
Functional Programming in Swift
iosdevelopersmx
0
77
StoryboardReferences
iosdevelopersmx
0
53
Ibeacons Parte 1
iosdevelopersmx
0
48
Other Decks in Programming
See All in Programming
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
320
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
120
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
140
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
0
640
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
520
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
170
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
460
XP, Testing and ninja testing
m_seki
3
220
5つのアンチパターンから学ぶLT設計
narihara
1
140
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
4
260
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Adopting Sorbet at Scale
ufuk
77
9.4k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
It's Worth the Effort
3n
185
28k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Fireside Chat
paigeccino
37
3.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
RailsConf 2023
tenderlove
30
1.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
940
GraphQLとの向き合い方2022年版
quramy
49
14k
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