quattro_4 scribble

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

NSScreencast Episode #49 Slide Out Menus

Running OCUnit (or Specta) Tests from Command Line - raingrove.com by Peter Jihoon Kim

  • facebookみたいなslide menu
  • MWFSlideNavigationViewController
    • 動画の人は好きじゃないらしい
  • SWReveaoViewController
    • cocoapods
    • app_delegate
      • frontViewController:nav
      • window.rootViewControllerに設定
    • slideOut
      • toggleMenuAnimated:self
    • スライド対応 panGestureRecognizer
  • ZUUIRevealController
  • NVSlideMenuController
    • おすすめらしい
    • ソースを直接コピー
      • no cocoapods
      • compile option - no arc
    • 挙動をカスタマイズ
      • velocity
      • animationDuration
  • predefined rows (enum)
    • home, about, settings
    • switch(indexPath.row)
      • case MenuHomeRow
  • showMainController

shadowにこだわっている