barcelona io

13
Tips from building topic: The Adapter Pattern @JOANROMANO

Upload: joan-rm

Post on 16-Jul-2015

64 views

Category:

Travel


0 download

TRANSCRIPT

Tips from building topic: The Adapter Pattern

@JOANROMANO

…Collection Views!

isKindOfClass:?

Repeated code through

view controllers

Not easy to maintain (what if the model

changes?)

TONS of code for

one single VC

ADAPTERS TO THE RESCUE!

ADAPTERS TO THE RESCUE!

tl;dr the adapter pattern allows classes to work together that normally could not because of incompatible interfaces, by providing its interface to clients while using the original interface.

POST CELL ADAPTER

ADAPTER CELL PROTOCOL

what about the VC?

…so,

HOLY GUACAMOLE!!!1! ( and we are staying

MVC )

LIGHTER VIEW CONTROLLERS!

iOS dev @

thank you!

@JOANROMANO