iOS8.4 Alert和Navigtion的问题
2015-07-20 本文已影响97人
iCloudEnd
UIAlertView * alertView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"IP Group", nil) message:NSLocalizedString(@"分组创建成功", nil) delegate:self cancelButtonTitle:NSLocalizedString(@"OK", nil) otherButtonTitles:nil]
[alertView show];
[self.navigationController popViewControllerAnimated:YES];
如果在pop前使用的alertview会出现crash情况,我测试的用机ios8.4。要出去旅游等回来后在研究。