4
presentViewController: crash trên iOS <6 (AutoLayout)
Đây là một vụ tai nạn kỳ lạ mà tôi đang gặp phải. Sự cố xảy ra khi tôi nhấn một nút đi đến một ViewController nhất định. Dòng mà nó gặp sự cố là: DestinationInformationViewController *info = [[DestinationInformationViewController alloc] init]; [info setModalTransitionStyle: UIModalTransitionStyleCrossDissolve]; [self presentViewController:info animated:YES completion: nil]; // …