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。要出去旅游等回来后在研究。
网友评论