美文网首页iosiOS移动开发
iOS8.4 Alert和Navigtion的问题

iOS8.4 Alert和Navigtion的问题

作者: iCloudEnd | 来源:发表于2015-07-20 13:47 被阅读97次

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


相关文章

网友评论

    本文标题:iOS8.4 Alert和Navigtion的问题

    本文链接:https://www.haomeiwen.com/subject/bgypqttx.html