quattro_4 scribble

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

NSScreencast Episode #108 Unwinding Segues

Unwinding Segues - NSScreencast

unwind segueを使って画面を戻す

  • unwindFromRecordWeight:(UIStoryboardSegue *)segue
  • unwindFromLog:(UIStoryboardSegue *)segue
  • drag back button to Exit of VC
  • drag yellow icon(the most left) to Exit
  • save
    • _didSave = YES;
    • [self performSegueWithIdentifier:@"saveSegue" sender:self];
  • iTunes - Books - iOS Storyboards by Daniel H Steinberg