quattro_4 scribble

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

NSScreencast Episode #50 Custom Cells

Custom Cells - NSScreencast

Cellの主にデザインをカスタマイズ

  • 前半ほぼPhotoshop
    • light grey subtle gradient
      • かすかなgradientが重要
    • save png
  • Create group folders
    • Cells
    • Resources/Images
  • tableView.separatorStyle = UITableViewCellSeparatorStyleNone
  • mainTextLabel.backgroundColor = [UIColor clearColor]
  • highlight shadow problem ハイライト時見た目が変
    • selectedBackgroundView = highlightImageView
      • cell-bg-highlighted.png
  • Cmd+Tabのdockに画像とかドラッグできる
  • performance
    • Core Animation Instrument
    • performance tip
      • dateFormatter は viewDidLoad で一度だけ初期化する