4
presentViewController: збій на iOS <6 (AutoLayout)
Я отримую дивний збій. Збій відбувається, коли я натискаю кнопку, яка переходить до певного ViewController. Рядок, на якому він виходить з ладу: DestinationInformationViewController *info = [[DestinationInformationViewController alloc] init]; [info setModalTransitionStyle: UIModalTransitionStyleCrossDissolve]; [self presentViewController:info animated:YES completion: nil]; // CRASHES HERE [info release]; Трасування збоїв: *** Terminating app due to uncaught exception …