私は持っていUIView->UICollectionView->UICollectionViewCell
ます。プログラムで元に戻そうとしていますが、これらの機能はありません。コードが呼び出されました。ストーリーボードを使用しています。
- (void) goBack:(NSNotification *) notification {
// [self.navigationController popViewControllerAnimated:YES];
// [self dismissViewControllerAnimated:YES completion:nil];
[self.navigationController popToRootViewControllerAnimated:YES];
}