DetailViewController の次の行にジャンプするにはどうすればよいですか? メールアプリのように
MasterViewController から DetailViewController に indexPath を渡し、次の行の新しい indexPath を作成しました。
NSIndexPath * newIndexPath = [NSIndexPath indexPathForRow:indexPath.row+1 inSection:indexPath.section];
また、このソリューション
How to jump to the next row in detailview を見つけまし
たが、これはMasterViewControllerからジャンプする方法のみを説明しています。