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
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
11
4.4k
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
320
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
アセットのコンパイルについて
ojun9
0
130
Testing Trophyは叫ばない
toms74209200
0
890
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
540
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
310
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.5k
AI時代のUIはどこへ行く?
yusukebe
18
9.1k
rage against annotate_predecessor
junk0612
0
170
Cache Me If You Can
ryunen344
2
4k
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
54
11k
How to train your dragon (web standard)
notwaldorf
96
6.2k
BBQ
matthewcrist
89
9.8k
Done Done
chrislema
185
16k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
KATA
mclloyd
32
14k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Thoughts on Productivity
jonyablonski
70
4.8k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
The Cult of Friendly URLs
andyhume
79
6.6k
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