警告框

UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"開始錄製!" message:nil preferredStyle:UIAlertControllerStyleAlert];
        UIAlertAction *enterAction = [UIAlertAction actionWithTitle:@"肯定" style:UIAlertActionStyleCancel handler:nil];
        [alertController addAction:enterAction];
        [self showDetailViewController:alertController sender:self];it

相關文章
相關標籤/搜索