quattro_4 scribble

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

NSScreencast Episode #3 UITableView Basics

UITableView Basics - NSScreencast

  • Protocol definition <UITableViewDataSource, UITableViewDelegate>
  • Placeholders - Objects
  • Cell reuse queue
    • cell Identifier
    • dequeueResusableCellWithIdentifier
    • simulatorではパフォーマンスの違いが分からないがdeviceでは分かる
  • NSBundle -> arrayWithContentsOfFile
    • マスターのリストなどをファイルから取得できる?
    • beers.plist
  • tableView heightForRowAtIndexPath