爲什麼使用此代碼,我有一個致命錯誤SIGABRT?UIAlertController致命錯誤SIGABRT
UIAlertController *alert = [UIAlertController
alertControllerWithTitle:@"SUCCES"
message:@"Nous avons ajouté avec succès votre vol dans votre calendrier."
preferredStyle:UIAlertControllerStyleAlert];
[self presentViewController:alert animated:YES completion:nil];
你用哪種方法編寫了這段代碼? –
Obj CI woulrd喜歡用「OK」按鈕創建提醒 – pilou
請停止重複提問。 – Larme