系统提示框

来源:互联网 发布:数据标准方案 编辑:程序博客网 时间:2024/06/13 05:33

       UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil message:[NSString stringWithFormat:@"保存结果:%@ -- 租金 : %@", str,zujinshuru.text] preferredStyle:UIAlertControllerStyleAlert];

        [alert addAction:[UIAlertAction actionWithTitle:@"Sure" style:UIAlertActionStyleCancel handler:^(UIAlertAction *_Nonnull action) {

        }]];

        [self presentViewController:alert animated:true completion:nil];

0 0
原创粉丝点击