Cancel需要用UIAlertActionStyleCancel这个属性

    UIAlertAction *cancel = [UIAlertAction actionWithTitle:@"Cancel" style:(UIAlertActionStyleCancel) handler:^(UIAlertAction * _Nonnull action) {

    }];

 

posted on 2020-12-17 12:34  ximenchuixie  阅读(114)  评论(0编辑  收藏  举报