uialertcontroller中的action怎么移除

2025-03-07 07:01:01
推荐回答(1个)
回答1:

AlertView *alertview = [[UIAlertView alloc] initWithTitle:@"标题" message:@"这个是UIAlertView的默认样式" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"好的", nil];
[alertview show];