Skip to content

跳转控制器弹框没有更新,亲 #1

@sunhdmn

Description

@sunhdmn

UIAlertController *alertV = [UIAlertController alertControllerWithTitle:@"进入应用" message:nil preferredStyle: UIAlertControllerStyleAlert];
[alertV addAction:[UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {

    NSLog(@"点击取消");

}]];
[self presentViewController:alertV animated:YES completion:nil];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions