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
Mobile Prototyping with Xcode
Search
Nikkel Blaase
November 11, 2013
Design
0
150
Mobile Prototyping with Xcode
I gave a talk about mobile prototyping with Xcode.
Nikkel Blaase
November 11, 2013
Tweet
Share
More Decks by Nikkel Blaase
See All by Nikkel Blaase
Microinteractions
jaf_designer
1
140
Xing Icebreaker – Google Glass app
jaf_designer
1
160
Die Glaubensmaschine
jaf_designer
2
300
Der Google-Komplex – Suche und Retrieval
jaf_designer
0
61
Mobile Usability
jaf_designer
0
100
Other Decks in Design
See All in Design
デザインレビューをできていなかったコムデチームが、 自分たちが続けられるレビューの仕組みをつくった話
tanasho
0
890
「ちょっといいUI」を目指す努力 / Striving for Little Big Details
usagimaru
6
3.8k
デザインシステム×プロトタイピングで挑む社会的価値の共創 / Designship2024
visional_engineering_and_design
1
280
Night Shift concept 9/15/2024
cpineda57
0
740
FANCL×CA流アプリリニューアルPJ 成功の秘訣とそのプロセス / dx-fancl-renewal
cyberagentdevelopers
PRO
2
350
Commune_Brand_Guideline_JA
commune
1
160
Figma Code Connect を使ってエンジニアの新しい体験をデリバリする
junkifurukawa
0
280
DMMデザイン組織の生成AI導入プロセス - Adobe Fireflyと振り返る約1年とこれから -
takumasaito
1
370
デザインからアプリ実装まで一貫したデザインシステムを構築するベストプラクティス
shuzo
14
6.2k
Slip N Slime - Character Design Ideation
thebogheart
0
310
超・ファシリテーション 無理ゲー課題を軽やかに超える MIMIGURI流チームデザイン|TOKYO CREATIVE COLLECTION
madue
1
1.2k
デザインスプリントを活かすチームの在り方
mixi_design
PRO
2
790
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
38
7.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
Typedesign – Prime Four
hannesfritz
40
2.4k
Thoughts on Productivity
jonyablonski
67
4.3k
Scaling GitHub
holman
458
140k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Fireside Chat
paigeccino
34
3k
Statistics for Hackers
jakevdp
796
220k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Transcript
MOBILE PROTOTYPING WITH XCODE NIKKEL BLAASE
None
• Xcode + iOS Simulator installed on your mac !
• For testing on real devices: • iOS Developer Account • Registered Device (iPhone, iPad, iPod) WHAT YOU NEED TO START
STORYBOARD LAYERS FILES PROPERTY INSPECTOR LIBRARY XCODE 5
LOOK MOM NO CODE!
STORYBOARDS
STORYBOARDS • No code required • WYSIWYG • Default UI
Element • Easy connecting the Views • Layers like PS • Gestures
UNIVERSAL APP • One storyboard for each device
• Navigation Controller NAVIGATION TYPES • Tab Bar Controller
HOW TO PROTOTYPE
HYBRID APP • Good for fancy Webtechnology, animations, interactions
NATIVE APP • Good for fast prototypes with different views
NATIVE UI ELEMENTS • Gestures • UI Elements • Controller
…
Websites • https://www.cocoacontrols.com • http://developer.apple.com CHECK THIS OUT
HAPPY PROTOTYPING :)