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
StoryboardReferences
Search
IOSdevelopersMx
February 04, 2016
Programming
0
54
StoryboardReferences
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
StackViews
iosdevelopersmx
1
50
Ibeacons Parte 1
iosdevelopersmx
0
50
Other Decks in Programming
See All in Programming
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
480
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
190
CSC509 Lecture 04
javiergs
PRO
0
300
Pythonスレッドとは結局何なのか? CPython実装から見るNoGIL時代の変化
curekoshimizu
5
1.7k
私はどうやって技術力を上げたのか
yusukebe
43
18k
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
200
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
540
dynamic!
moro
10
7.1k
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
4.8k
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
130
明日から始めるリファクタリング
ryounasso
0
130
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
420
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
Faster Mobile Websites
deanohume
310
31k
Scaling GitHub
holman
463
140k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
970
Into the Great Unknown - MozCon
thekraken
40
2.1k
GitHub's CSS Performance
jonrohan
1032
470k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
It's Worth the Effort
3n
187
28k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Transcript
Storyboard References ¿Que es nuevo en storyboards?
Current projects About me Thebucketapp.com iOSDevelopersMX Past projects • Devf.MX
• minibardelivery.com • circleof6app.com Mauricio Vasquez @vaszaw
Storyboards • Se empezó a usar desde iOS 5 •
Alternativa a los archivos individuales nib • Forma mas fácil de visualizar todas las pantallas • Transiciones con un “Drag and Drop” llamado Segues • Uso de prototype cells para diseñar tableviews completamente en los storyboards
Nib files
None
Problemas • Si el proyecto crece mucho, se puede complicar
la visualización • Trabajo en equipo es difícil • Se pueden crear conflictos y retrasar el proyecto • Complejo de mantener y crecer el app
None
None
La solución: Storyboard references
Beneficios • Dividir un storyboard en secciones • Permite trabajar
en equipos medianos y grandes • Evita conflictos • Se puede agregar fácilmente a proyectos existentes
Demo!! Descargar proyecto base de: https://github.com/maurovz/StoryBoardReferences Presentación disponible en: https://speakerdeck.com/iosdevelopersmx
@vaszaw iOSDevelopers.MX ¡Gracias!