quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

thoughtbot Build Phase #7

thoughtbot Learn Less Fantasy, More Football Episode #7

iOS Recipe bookは一つ一つは短めの内容で良いらしい

UITableViewControllerはほとんど使わないでUIViewController使うらしい

細かい実装の話多くてあまり頭入って来なかった

delegateの好き嫌いとか、抽象化


football
game

UITableView
not use much over UIView
automatic set data source delegate

hate delegate
delegate providing view
datasource model

NS fetch result controller
better abstraction

did select index path
push view on stack
kind of best way

cell -> section -> table
know 1 layer

ios recipe book
architecture

ui refresh control
reimplement table view
decoration view

init with table view
dynamic size easier with collection than table

completion handler
perform batch update

never had reusable header
section view