29
Development using Storyboard Ikhsan Assaat @ixnixnixn Lead iOS developer - Beetlebox

Development Using Storyboard

Embed Size (px)

DESCRIPTION

Quick intro to iOS application development using Storyboard. This keynote is presented at IDOC2012 held in Bandung at 18th February 2012.Demo is available at https://github.com/ixnixnixn/IdocTwit

Citation preview

Page 1: Development Using Storyboard

Development using Storyboard

Ikhsan Assaat@ixnixnixn

Lead iOS developer - Beetlebox

Page 2: Development Using Storyboard

Menu Hari Ini

• Penjelasan singkat tentang Storyboarding

• Demo : Twitter Client Sederhana

Page 3: Development Using Storyboard

Storyboard?

• Cara baru develop aplikasi iOS

• Analogi : Film, komik, video klip, animasi

Page 4: Development Using Storyboard

Keuntungan

Page 5: Development Using Storyboard

Keuntungan

Less code

Page 6: Development Using Storyboard

Keuntungan

Less code

X

Page 7: Development Using Storyboard

Keuntungan

Mempunyai gambaran keseluruhan aplikasi

Page 8: Development Using Storyboard

Keuntungan

Mengatur tampilan cell menjadi lebih mudah

Page 9: Development Using Storyboard

Keuntungan

Membuat cell statik juga semakin mudah

Page 10: Development Using Storyboard

Keuntungan

Dapat membuat animasi transisi

Page 11: Development Using Storyboard

Konsep Storyboard

• Scene

• Segue

• Pengiriman object antar scene

Page 12: Development Using Storyboard

Scene

Page 13: Development Using Storyboard

Scene

Page 14: Development Using Storyboard

Segue

Page 15: Development Using Storyboard

Segue

Page 16: Development Using Storyboard

Pengiriman object antar scene

Page 17: Development Using Storyboard

Pengiriman object antar scene

prepareForSegue

Page 18: Development Using Storyboard

Pengiriman object antar scene

prepareForSegue

Page 19: Development Using Storyboard

Pengiriman object antar scene

Page 20: Development Using Storyboard

Pengiriman object antar scene

delegate

Page 21: Development Using Storyboard

Pengiriman object antar scene

delegate

Page 22: Development Using Storyboard

Pengiriman object antar scene

Page 23: Development Using Storyboard
Page 24: Development Using Storyboard

A BIG OL’ DEMOLET’S DO STORYBOARDING!

Page 25: Development Using Storyboard

Rekap• Mengatur tampilan cell dari table view

• Membuat dan menambahkan view controller pada storyboard

• Mengirim dan mengembalikan data antar view controller

• Membuat cell statik

• Mengirim tweet dengan gambar

• Animasi transisi

Page 28: Development Using Storyboard

Terima Kasih!!*

*kalau ada pertanyaan, monggo :]

Page 29: Development Using Storyboard