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
53
StoryboardReferences
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
StackViews
iosdevelopersmx
1
49
Ibeacons Parte 1
iosdevelopersmx
0
48
Other Decks in Programming
See All in Programming
ふつうの技術スタックでアート作品を作ってみる
akira888
0
310
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
240
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
350
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
660
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
530
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
460
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
280
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.5k
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.2k
Discover Metal 4
rei315
2
110
Create a website using Spatial Web
akkeylab
0
310
VS Code Update for GitHub Copilot
74th
1
560
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
The Language of Interfaces
destraynor
158
25k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Scaling GitHub
holman
459
140k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Being A Developer After 40
akosma
90
590k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Code Reviewing Like a Champion
maltzj
524
40k
Gamification - CAS2011
davidbonilla
81
5.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
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!