View Code... What else?

17
How to ..

Transcript of View Code... What else?

How to ..

handle UI on iOS

Default approach ..

Storyboard + xibs

problems ..

So far ..

4 Merge Hell

4 Not a team player!

4 Build takes forever ..

4 Force unwrap .. =(

So good .. ?

4 Difficult to test ..

4 You can't control the init process

4 drag n drop programming ..

4 ...

is there any ..

other way ?

ViewCode

what else?

Pros ..4 Merge hell? no more!

4 Faster builds

4 No more, force unwrap ..

4 It is easier to test .. =)

Pros 2 ..4 "Control the init process .. You can .." - Yoda

4 It is easier to maintain the code base.

4 It is easier to evolve the code base.

4 Code becomes more modular.

Pros N ..4 Code becomes more reusable.

4 The code usually has a clear purpose.

4 iOS Framework knowledge ++

4 ...

Cons ..4 You're probably not used to it ..

4 You will hit the wall sometimes

4 Learning curve

nuff said !

Show me the money .. =)