UIAlertView * alertView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"IP Group", nil) message:NSLocalizedString(@"分組創(chuàng)建成功", nil) delegate:self cancelButtonTitle:NSLocalizedString(@"OK", nil) otherButtonTitles:nil]
[alertView show];
[self.navigationController popViewControllerAnimated:YES];
如果在pop前使用的alertview會出現(xiàn)crash情況,我測試的用機ios8.4。要出去旅游等回來后在研究爱榔。