Как мне показать presentModalView внутри другого presentModalView?
Я хочу назвать это:
[button addTarget:self action:@selector(settingsTapped) forControlEvents:UIControlEventTouchUpInside];
IN HERE
UINavigationController *_nc = [[[UINavigationController alloc] initWithRootViewController:scannerVC] autorelease]; //Put our SKScannerViewController into a UINavigationController. (So it looks nice).
[scannerVC release];
[self presentModalViewController:_nc animated:YES]; //Slide it up onto the screen.
затем
//another screen pop up in _nc
qrcode_info *otherVC = [[qrcode_info alloc] initWithNibName:@"qrcode_info" bundle:Nil ];
// [self presentModalViewController: otherVC animated:YES];