Slide 2
Slide 2 text
LESS CODE,
LESS BUGS!
Storyboard
Graphical
UI Design
iOS5+
a.k.a.
ContainerViewController
ChildView
Controller
iOS5+
W
H
O
AM
I ?
WHAT IS IT?
More programming
services apps...
WHY?
Creating
In App
Common
Parts
with
ChildViewController
and
Storyboard
Overview
ViewContro"er
Methods...
- viewWillAppear:
- viewDidLoad:
- viewWillAppear:
- didReceiveMemoryWarning
- willRotateToInterfaceOrientation:duration
... and so on - will be called!!!
Reusable.
Can be seen and edit
in same storyboard
file.
Can be put same
parts on multiple
ViewController.
Can design static
UITableView for
UIViewController
Can design page for
UISCrollView,
UIPageViewController
HOW
TO
USE?
Design in
Storyboard.
Write code in
Xcode.
Notes.
W
rapping up...
Question?
Good time to ...
Let's enjoy
iOS5
Programming!!
See thru full
screen parts.
Set appropriate size.
- Simulated Metrics
- Size
- Freeform
- Resize at Size Navigator
Place ViewController
anywhere in Storyboard
Set identifier!!!
Place dummy view.
- Optional.
1. Add
ChildView
2. Remove
ChildView
3. Send / Receive
Message
- Protocol
- Property
- viewController.childViewControllers
- viewController.parentViewController
- Always need to add
viewController AND view.
- Supported animated
transition.
- too much view, too slow.
Special Thanks:
http://www.jtechs.com
http://www.nextberry.jp